mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
15 lines
238 B
CSS
15 lines
238 B
CSS
:root {
|
|
--c-primary: #53b3cb;
|
|
--c-primary-active: #3a7b8c;
|
|
--c-border: #88888820;
|
|
--c-bg-base: #fff;
|
|
--c-bg-active: #efefef;
|
|
--c-text-base: #222;
|
|
}
|
|
|
|
.dark {
|
|
--c-bg-base: #111;
|
|
--c-bg-active: #222;
|
|
--c-text-base: #fff;
|
|
}
|