Skip to content

Commit 064fc0b

Browse files
authored
Adjust code background colour to improve clarity in dark mode (#1828)
1 parent 6daa871 commit 064fc0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/variables.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
--notice-accent: #f9e8c3;
4646
--warn-bg: #4e2232;
4747
--warn-accent: #f9c3d6;
48-
--code-bg: #181818;
48+
--code-bg: #2b2b2b;
4949
/* support page related */
5050
--supported-fg:#299009;
5151
--eol-fg: #ff1a1a;

0 commit comments

Comments
 (0)