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 30, 2023
1 parent badaed7 commit 8274381
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions website/src/components/quickstartTOC/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
height: 30px;
text-align: center;
line-height: 27px;
color: var(--color-light-teal);
border: solid 1px var(--color-light-teal);
color: var(--color-green-blue);
border: solid 1px var(--color-green-blue);
margin-bottom: auto;
}

.tocList .active span {
background: var(--color-light-teal);
background: var( --color-green-blue);
color: var(--color-white);
}

Expand All @@ -54,7 +54,7 @@ html[data-theme="dark"] .tocList li span {
}

html[data-theme="dark"] .tocList .active span {
border-color: var(--color-light-teal);
border-color: var(--color-green-blue);
}

.tocItem {
Expand All @@ -75,14 +75,15 @@ html[data-theme="dark"] .tocList .active span {
transition-property: color, background, border-color;
transition-duration: var(--ifm-button-transition-duration);
transition-timing-function: var(--ifm-transition-timing-default);
border: 2px solid var(--color-light-teal);
border: 2px solid var(--color-green-blue);
color: var(--color-green-blue);
border-radius: 5px;
width: 125px;
text-align: center;
}

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

Expand All @@ -109,7 +110,7 @@ html[data-theme="dark"] .stepWrapper .buttonContainer a:hover {
}

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

Expand Down

0 comments on commit 8274381

Please sign in to comment.