Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucCaillot committed Sep 27, 2023
1 parent c2d80a2 commit a108849
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ html[data-theme='dark'] .header-github-logo:before {
.button--yellow {
background-color: var(--yellow-bright);
color: var(--ifm-font-color-base);
}

&:hover {
color: var(--ifm-font-color-base);
background-color: var(--yellow-normal);
}
.button--yellow:hover {
background-color: var(--yellow-normal);
color: var(--ifm-font-color-base);
}

.card__title {
Expand Down

0 comments on commit a108849

Please sign in to comment.