Skip to content

Commit

Permalink
fix: drop light mode bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 31, 2025
1 parent 98b42f1 commit ce8c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
:root {
color-scheme: light;
--background: 0 0% 96.9%;
--background: 0 0% 94.9%;
--foreground: 240 10% 0%;
--paper: 240 4.8% 100%;
/* --paper2: var(--paper); */
Expand Down

0 comments on commit ce8c546

Please sign in to comment.