Skip to content

Commit b4c798a

Browse files
change default color to black
1 parent efb12fe commit b4c798a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
font-weight: 400;
55

66
color-scheme: light dark;
7-
color: rgba(255, 255, 255, 0.87);
7+
color: #000;
88
background-color: #fff;
99

1010
font-synthesis: none;

0 commit comments

Comments
 (0)