Skip to content

Commit

Permalink
extra.css: Update Nav Source Color (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonT8198 authored Jan 22, 2025
1 parent 923441b commit ae1c5a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@
background-color: transparent;
}

.md-nav__source {
background-color: var(--md-footer-bg-color);
}

.md-header__topic {
visibility: hidden;
}
Expand All @@ -90,4 +94,4 @@

h1, h2, .md-header__title {
font-family: "Chakra Petch", "Roboto", -apple-system, BlinkMacSystemFont, Helvetica, Arial, sans-serif;
}
}

0 comments on commit ae1c5a1

Please sign in to comment.