2
0
Fork 0

Fix bulma-prefers-dark

This commit is contained in:
Luca 2023-05-07 12:52:00 +02:00
parent 3bccd25028
commit 1b9fc8652d
1 changed files with 6 additions and 0 deletions

View File

@ -49,6 +49,12 @@
width: 0;
}
@media screen and (min-width: 1024px) and (max-width: 1087px) {
.navbar-menu {
box-shadow: none;
}
}
@media (prefers-color-scheme: dark) {
:root {
--background: #17181c;