Compare commits

...

2 Commits

Author SHA1 Message Date
Neil Hanlon a248f77c9c
fix trailing whitespace
mkdocs build / build (push) Has been cancelled Details
2024-02-19 16:58:23 -05:00
Neil Hanlon c1baf1f6f2
fix: only apply gradient when the sidebar is out 2024-02-19 16:58:23 -05:00
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
site/
.cache/

View File

@ -1,6 +1,8 @@
:root {
.md-nav__title[for="__drawer"] {
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
@media screen and (max-width: 76.234375em) {
.md-nav__title[for="__drawer"] {
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
}
}
}