Skip to content

Commit

Permalink
more css
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Nov 15, 2024
1 parent c759ebf commit 36f55a6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/site/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
}

@media (min-width: 769px) {
[data-theme="light"] .menu__link:hover,
[data-theme="light"] .menu__link--active{
font-weight: bold;
color: var(--ifm-menu-color);
Expand All @@ -143,7 +144,12 @@
.menu__link {
color: rgba(255, 255, 255, 0.7);
}


[data-theme="light"] .menu__list-item-collapsible:hover,

[data-theme="light"] .menu__link:hover{
background-color: #525860;
}
[data-theme="light"] .menu__link--active {
font-weight: bold;
color: white;
Expand Down

0 comments on commit 36f55a6

Please sign in to comment.