Skip to content

Commit

Permalink
update colors
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 26, 2023
2 parents c33db7f + c7af7be commit 5d217e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/src/components/quickstartTOC/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ html[data-theme="dark"] .tocList .active span {
text-align: center;
}

.buttonContainer a:hover {
.stepWrapper .buttonContainer a {
background: var(--color-light-teal);
color: var(--color-white)
color: var(--color-white) !important;
}

.buttonContainer .prevButton {
Expand All @@ -106,7 +106,7 @@ html[data-theme="dark"] .tocList .active span {

.stepWrapper[data-step="1"] .nextButton {
background: var(--color-light-teal);
color: var(--color-white)
color: var(--color-white) !important;
}

.stepWrapper.hidden {
Expand Down

0 comments on commit 5d217e3

Please sign in to comment.