Skip to content

Commit

Permalink
fix: style updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Jan 31, 2025
1 parent 73d9bd7 commit 55c1fa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/tokens.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
--background: 0 0% 97.9%;
--foreground: 240 10% 0%;
--paper: 240 4.8% 100%;
--paper2: var(--paper);
/* --paper2: var(--paper); */

--card: 0 0% 100%;
--card-foreground: 240 10% 5.9%;
Expand Down Expand Up @@ -54,8 +54,8 @@
color-scheme: dark;
--background: 240 10% 5.9%;
--foreground: 0 0% 98%;
--paper: 240 3.7% 7.9%;
--paper2: 240 3.7% 13.9%;
--paper: 240 3.7% 10.9%;
/* --paper2: 240 3.7% 13.9%; */

--card: 240 10% 5.9%;
--card-foreground: 0 0% 98%;
Expand Down

0 comments on commit 55c1fa0

Please sign in to comment.