Revert "Add code-bg color"

This reverts commit 4200f35419.
This commit is contained in:
Matthias Metelka 2022-08-12 00:09:29 +02:00
parent 32ddbf5e5e
commit 1cfd3bda65

View file

@ -38,7 +38,6 @@
--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"] {
@ -78,6 +77,5 @@
--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;
} }