Skip to content

Commit

Permalink
Update extra.css
Browse files Browse the repository at this point in the history
protects us against the minor graphical issue described in the below issue if/when we update our version of mkdocs (for now we've pinned the version to an older one).

squidfunk/mkdocs-material#4985
  • Loading branch information
jmcx committed Feb 24, 2023
1 parent 36bf6aa commit a238669
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/extra.css
Expand Up @@ -79,3 +79,7 @@
background: rgba(0, 0, 0, 0.8);
color: #FFF
}

.md-nav__link[for] {
color: var(--md-default-fg-color) !important
}

0 comments on commit a238669

Please sign in to comment.