Add defaults
This commit is contained in:
parent
a64d27b8fc
commit
d89c90d1b8
7 changed files with 39 additions and 0 deletions
|
@ -115,6 +115,9 @@
|
|||
text-decoration: none;
|
||||
letter-spacing: 0.1em;
|
||||
z-index: 1;
|
||||
// Default
|
||||
background: $light-background;
|
||||
color: $light-color-secondary;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background: $dark-background;
|
||||
|
@ -171,6 +174,8 @@
|
|||
padding: 0;
|
||||
cursor: pointer;
|
||||
appearance: none;
|
||||
// Default
|
||||
background: $light-background-secondary;
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
background: $dark-background-secondary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue