Skip to content

Commit

Permalink
update header colors
Browse files Browse the repository at this point in the history
  • Loading branch information
ankudinov committed Apr 17, 2024
1 parent 193f5dd commit 4152893
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@
}
.contrast90 {
filter: contrast(90%);
}
.md-header {
background: linear-gradient(to right, #16222A, #3A6073);
}
.md-tabs {
background: linear-gradient(to right, #16222A, #3A6073);
}
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ theme:
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: brown
# primary: brown
accent: red
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: brown
# primary: brown
accent: amber
toggle:
icon: material/weather-night
Expand Down

0 comments on commit 4152893

Please sign in to comment.