Add defaults
This commit is contained in:
parent
a64d27b8fc
commit
d89c90d1b8
7 changed files with 39 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
.menu {
|
||||
z-index: 9999;
|
||||
// Default
|
||||
background: $light-background-header;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background: $dark-background-header;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue