Skip to content

Commit

Permalink
update hover styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ToastedDev committed Nov 19, 2023
1 parent 3e54a95 commit f434c84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
--ifm-navbar-background-color: #111827;
--ifm-navbar-search-input-icon: url('data:image/svg+xml;utf8,<svg fill="white" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" height="16px" width="16px"><path d="M6.02945,10.20327a4.17382,4.17382,0,1,1,4.17382-4.17382A4.15609,4.15609,0,0,1,6.02945,10.20327Zm9.69195,4.2199L10.8989,9.59979A5.88021,5.88021,0,0,0,12.058,6.02856,6.00467,6.00467,0,1,0,9.59979,10.8989l4.82338,4.82338a.89729.89729,0,0,0,1.29912,0,.89749.89749,0,0,0-.00087-1.29909Z" /></svg>');
--ifm-navbar-search-input-background-color: #1f2937;
--ifm-menu-color-background-active: #111827;
--ifm-menu-color-background-hover: #111827;
--ifm-background-color: #000 !important;
--ifm-code-font-size: 95%;
}
Expand Down Expand Up @@ -60,3 +62,7 @@
.navbar__link--active {
color: inherit;
}

.menu__list-item-collapsible:hover .menu__caret:hover {
background-color: #1f2937;
}

0 comments on commit f434c84

Please sign in to comment.