mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-26 22:43:06 -04:00
[bug] fix darm mode navbar on firefox
This commit is contained in:
parent
58a8872de9
commit
b0ad6b8d0d
@ -235,4 +235,12 @@ body[data-theme="dark"] {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@include media-breakpoint-up('lg', $grid-breakpoints) {
|
||||||
|
header {
|
||||||
|
@supports not (backdrop-filter: blur(12px)) {
|
||||||
|
background-color: $dark;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user