Skip to content

Commit 131af41

Browse files
style: apply light by default
1 parent b13bc4c commit 131af41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ html[mode='dark'] {
1818
@extend .dark-mode;
1919
}
2020

21+
html:not([mode='dark']):not([mode='light']),
2122
html[mode='light'] {
2223
@extend .light-mode;
2324
}

0 commit comments

Comments
 (0)