diff --git a/src/scss/app.scss b/src/scss/app.scss index 5fe8754..af19ff7 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -168,6 +168,10 @@ pre { } } +code[class*="language-"] { + background: none !important; +} + :root { color-scheme: light dark; }