Skip to content

Commit 5a212f3

Browse files
fix: darken color scheme for dark mode (#1267)
1 parent 0577667 commit 5a212f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ body[data-color-scheme="light"] {
44
}
55

66
body[data-color-scheme="dark"] {
7-
--sb-background-green: #184223;
8-
--sb-background-red: #5d2020;
7+
--sb-background-green: #14351d;
8+
--sb-background-red: #481e1e;
99
}
1010

1111
body[data-color-accessibility-mode][data-color-scheme="light"] {

0 commit comments

Comments
 (0)