Skip to content

Commit

Permalink
remove gradient from nav
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 17, 2024
1 parent ca6a7ff commit b81caab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@
.md-footer {
background: linear-gradient(to right, #16222A, #3A6073);
}
.md-nav {
background: linear-gradient(to right, #16222A, #3A6073);
}
[data-md-color-scheme="slate"] {
--md-footer-bg-color: linear-gradient(to right, #16222A, #3A6073);
--md-footer-bg-color--dark: linear-gradient(to right, #16222A, #3A6073);
Expand Down

0 comments on commit b81caab

Please sign in to comment.