Compare commits

...

2 Commits

Author SHA1 Message Date
a248f77c9c
fix trailing whitespace
Some checks failed
mkdocs build / build (push) Has been cancelled
2024-02-19 16:58:23 -05:00
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/ site/
.cache/

View File

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