Skip to content

Commit

Permalink
dark-mode-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushree-sharma committed Feb 4, 2025
1 parent 983a470 commit 0ee4448
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,15 @@
color: #000000;
}

/* Dark mode banner links */
[data-md-color-scheme="slate"] .md-banner a {
color: #000000;
}

[data-md-color-scheme="slate"] .md-banner a:hover {
color: #000000;
}

/* control the navbar depth */
[data-md-level="2"] .md-nav {
display: none;
Expand Down

0 comments on commit 0ee4448

Please sign in to comment.