mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-02 23:19:57 +00:00
18 lines
321 B
CSS
18 lines
321 B
CSS
:root {
|
|
--c-primary: #EA9E44;
|
|
--c-primary-active: #C16929;
|
|
--c-border: #88888820;
|
|
--c-bg-base: #fff;
|
|
--c-bg-active: #f6f6f6;
|
|
--c-bg-code: #00000006;
|
|
--c-text-base: #222;
|
|
--c-text-secondary: #888;
|
|
}
|
|
|
|
.dark {
|
|
--c-bg-base: #111;
|
|
--c-bg-active: #151515;
|
|
--c-bg-code: #ffffff06;
|
|
--c-text-base: #fff;
|
|
}
|