Skip to content

Commit

Permalink
fixing hover colour for navbar items for better visibility (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammysango authored Nov 6, 2024
1 parent 08ab048 commit e53a30f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,7 @@ textarea {
--ifm-menu-color-active: #2eb9dc;
--ifm-footer-background-color: #000;
--ifm-background-color: #121212;
--ifm-navbar-link-hover-color: #6119ef;
--docusaurus-highlighted-code-line-bg: rgb(66 66 66 / 35%);
--search-local-hit-active-color: #000;
--banner-background: #1d1d1d;
Expand Down Expand Up @@ -442,6 +443,7 @@ textarea {
--ifm-footer-background-color: #000;
--ifm-footer-link-hover-color: #c0c0c0;
--ifm-background-color: #fff;
--ifm-navbar-link-hover-color: #6119ef;
--banner-background: #fff;
--banner-text: #121212;
--banner-text-shadow: #fff;
Expand Down

0 comments on commit e53a30f

Please sign in to comment.