Skip to content

Commit 47ef830

Browse files
authored
Add CSS variable for color scheme options
1 parent 3b4f164 commit 47ef830

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/foundations/scss/defaults/default-required.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
&:has([name="color-scheme"][content="light dark"]) {
4040
--db-color-scheme: light dark;
4141
}
42+
4243
&:has([name="color-scheme"][content="light"]) {
4344
--db-color-scheme: light;
4445
}
46+
4547
&:has([name="color-scheme"][content="dark"]) {
4648
--db-color-scheme: dark;
4749
}

0 commit comments

Comments
 (0)