Skip to content

Commit

Permalink
fix hover color
Browse files Browse the repository at this point in the history
  • Loading branch information
john-rock committed Oct 27, 2023
1 parent c9f85da commit b08bf5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/quickstartTOC/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ html[data-theme="dark"] .tocList .active span {
text-align: center;
}

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

0 comments on commit b08bf5a

Please sign in to comment.