Skip to content

Commit ee90031

Browse files
committed
style: Improved background color in dark mode
1 parent 045ebac commit ee90031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/app.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ html {
1010
}
1111

1212
html.dark {
13-
background: #121212;
13+
background: #222;
1414
color-scheme: dark;
1515
}
1616

0 commit comments

Comments
 (0)