Skip to content

Commit

Permalink
fix: dark mode button not fully white on hover (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparkier authored Apr 23, 2024
1 parent 352267c commit e1faadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,5 +339,5 @@ hr {

.heroButton:hover {
color: white;
background-color: var(--ifm-color-primary-lighter);
background-color: var(--p1);
}

0 comments on commit e1faadb

Please sign in to comment.