1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-07-22 14:16:50 +01:00
elk/styles/vars.css
2022-11-23 10:16:31 +08:00

12 lines
158 B
CSS

:root {
--c-primary: #53b3cb;
--c-border: #88888820;
--c-bg-base: #fff;
--c-text-base: #222;
}
.dark {
--c-bg-base: #111;
--c-text-base: #fff;
}