Skip to content

Commit 3095516

Browse files
committed
lighten dark background color
1 parent 64a6e2f commit 3095516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212

1313
.dark {
14-
--background: #0f0f0f;
14+
--background: #252525;
1515
--foreground: #fff;
1616
--muted: #a7a7a7;
1717
--link: #2490e9;

0 commit comments

Comments
 (0)