cal/static/vars.css

13 lines
186 B
CSS
Raw Permalink Normal View History

2024-08-05 19:26:04 +00:00
:root {
--bg-colour: #ffffff;
--text-colour: #282a36;
}
@media (prefers-color-scheme: dark) {
:root {
--bg-colour: #282a36;
--text-colour: #ffffff;
}
}