Skip to content

Commit

Permalink
fix(): Add color scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 27, 2024
1 parent 8c9128a commit cc4e775
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tokens.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
:root {
color-scheme: light;
--background: 0 0% 98%;
--foreground: 240 5.9% 10%;
--card: 0 0% 100%;
Expand Down Expand Up @@ -29,6 +30,7 @@
}

:root [data-theme="dark"] {
color-scheme: dark;
--background: 240 10% 3.9%;
--foreground: 0 0% 98%;
--card: 240 10% 10%;
Expand Down

0 comments on commit cc4e775

Please sign in to comment.