mirror of
https://github.com/elk-zone/elk
synced 2024-11-27 22:38:11 +09:00
13 lines
189 B
CSS
13 lines
189 B
CSS
:root {
|
|
--c-primary: #53b3cb;
|
|
--c-primary-active: #3a7b8c;
|
|
--c-border: #88888820;
|
|
--c-bg-base: #fff;
|
|
--c-text-base: #222;
|
|
}
|
|
|
|
.dark {
|
|
--c-bg-base: #111;
|
|
--c-text-base: #fff;
|
|
}
|