Fix bulma-prefers-dark
This commit is contained in:
parent
3bccd25028
commit
1b9fc8652d
|
@ -49,6 +49,12 @@
|
||||||
width: 0;
|
width: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1024px) and (max-width: 1087px) {
|
||||||
|
.navbar-menu {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
:root {
|
:root {
|
||||||
--background: #17181c;
|
--background: #17181c;
|
||||||
|
|
Loading…
Reference in New Issue