generated from sig_core/wiki-template
fix: only apply gradient when the sidebar is out
This commit is contained in:
parent
aaf68ef9d6
commit
c1baf1f6f2
@ -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%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user