Add defaults

This commit is contained in:
Djordje Atlialp 2021-04-07 19:18:09 +02:00
parent a64d27b8fc
commit d89c90d1b8
7 changed files with 39 additions and 0 deletions

View file

@ -4,6 +4,8 @@
justify-content: center;
position: relative;
padding: 20px;
// Default
background: $light-background-header;
@media (prefers-color-scheme: dark) {
background: $dark-background-header;