To not edit simplecss, add a custom.css instead

This commit is contained in:
Florian Obser
2022-12-04 12:51:12 +01:00
parent ceba5c1fd9
commit 2dd416d86f
3 changed files with 13 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
:root {
--code: #212121;
}
@media (prefers-color-scheme: dark) {
:root {
--code: #212121;
}
}