To not edit simplecss, add a custom.css instead
parent
ceba5c1fd9
commit
2dd416d86f
@ -0,0 +1,8 @@
|
||||
:root {
|
||||
--code: #212121;
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--code: #212121;
|
||||
}
|
||||
}
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue