Skip to content

Commit

Permalink
style: apply light by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Aug 12, 2024
1 parent b13bc4c commit 131af41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ html[mode='dark'] {
@extend .dark-mode;
}

html:not([mode='dark']):not([mode='light']),
html[mode='light'] {
@extend .light-mode;
}
Expand Down

0 comments on commit 131af41

Please sign in to comment.