mirror of
https://git.resf.org/sig_core/wiki.git
synced 2024-11-16 04:21:24 +00:00
fix: only apply gradient when the sidebar is out
This commit is contained in:
parent
b20d3acae8
commit
7716c008e9
@ -1,8 +1,10 @@
|
|||||||
:root {
|
:root {
|
||||||
|
@media screen and (max-width: 76.234375em) {
|
||||||
.md-nav__title[for="__drawer"] {
|
.md-nav__title[for="__drawer"] {
|
||||||
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
|
background: linear-gradient(135deg, #10b981 0%, #1055b9 100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[data-md-color-scheme="resf"] {
|
[data-md-color-scheme="resf"] {
|
||||||
--md-accent-fg-color: #0e7391;
|
--md-accent-fg-color: #0e7391;
|
||||||
|
Loading…
Reference in New Issue
Block a user