diff --git a/src/scss/app.scss b/src/scss/app.scss index 2b097d7..5fe8754 100644 --- a/src/scss/app.scss +++ b/src/scss/app.scss @@ -159,6 +159,15 @@ article { } } +pre { + background: #1e1e1e; + + code mark, code mark span { + background: #d8ba76 !important; + color: #000 !important; + } +} + :root { color-scheme: light dark; }