Skip to content

Commit 8c2678f

Browse files
committed
style: lighten light-mode background to pure white
1 parent 3522db2 commit 8c2678f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
--font-sans: "JetBrains Mono", ui-monospace, monospace;
1111
--font-mono: "JetBrains Mono", monospace;
1212

13-
--background: 215 14% 98%;
13+
--background: 0 0% 100%;
1414
--foreground: 215 14% 8%;
1515
--card: 0 0% 100%;
1616
--card-foreground: 215 10% 10%;

0 commit comments

Comments
 (0)