Adjust code background colour to improve clarity in dark mode (#1828)

This commit is contained in:
Uzair Jawaid
2025-03-11 10:49:06 -04:00
committed by GitHub
parent 6daa8713e7
commit 064fc0b1c8

View File

@@ -45,7 +45,7 @@
--notice-accent: #f9e8c3;
--warn-bg: #4e2232;
--warn-accent: #f9c3d6;
--code-bg: #181818;
--code-bg: #2b2b2b;
/* support page related */
--supported-fg:#299009;
--eol-fg: #ff1a1a;