Skip to content

Commit 767fbd2

Browse files
committed
style(theme): lighten dark mode background color
1 parent 2cd5cb3 commit 767fbd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
}
8585

8686
.dark {
87-
--background: oklch(0.1 0 0);
87+
--background: oklch(0.14 0 0);
8888
--foreground: oklch(0.985 0 0);
8989
--card: oklch(0.15 0 0);
9090
--card-foreground: oklch(0.985 0 0);

0 commit comments

Comments
 (0)