Add code-bg color

This commit is contained in:
Matthias Metelka 2022-08-03 17:47:13 +02:00
parent 4cd47294e4
commit 4200f35419

View file

@ -38,6 +38,7 @@
--tooltip-bg: #fcfcfc; --tooltip-bg: #fcfcfc;
--focus-border: #0969da; --focus-border: #0969da;
--focus-shadow: rgba(9 105 218 / 0.3); --focus-shadow: rgba(9 105 218 / 0.3);
--code-bg: white;
} }
:root[class*="night-mode"] { :root[class*="night-mode"] {
@ -77,5 +78,6 @@
--tooltip-bg: #272727; --tooltip-bg: #272727;
--focus-border: #316dca; --focus-border: #316dca;
--focus-shadow: #194380; --focus-shadow: #194380;
--code-bg: #272822;
color-scheme: dark; color-scheme: dark;
} }