Disable dark mode for now, it's not working.

@holsta pointed out that code blocks are unreadable.
This commit is contained in:
Florian Obser 2023-02-19 09:16:13 +01:00
parent 6c0407d613
commit 04fe2a32c9
1 changed files with 10 additions and 1 deletions

View File

@ -45,7 +45,16 @@
}
@media (prefers-color-scheme: dark) {
:root {
--code: #212121;
--bg: #fff;
--accent-bg: #f5f7ff;
--text: #212121;
--text-light: #585858;
--border: #898EA4;
--accent: #0d47a1;
--code: #d81b60;
--preformatted: #444;
--marked: #ffdd33;
--disabled: #efefef;
}
}