1
0
mirror of https://github.com/elk-zone/elk synced 2024-11-23 22:56:09 +09:00
elk/styles/vars.css

21 lines
416 B
CSS
Raw Normal View History

2022-11-14 01:05:32 +09:00
:root {
2022-11-26 12:39:38 +09:00
--c-primary: #CF7C17;
--c-primary-active: #A45923;
2022-11-23 11:16:31 +09:00
--c-border: #88888820;
--c-bg-base: #fff;
2022-11-23 17:08:49 +09:00
--c-bg-active: #f6f6f6;
2022-11-24 12:42:03 +09:00
--c-bg-code: #00000006;
--c-bg-selection: #8885;
2022-11-23 11:16:31 +09:00
--c-text-base: #222;
2022-11-23 16:46:34 +09:00
--c-text-secondary: #888;
--c-text-secondary-light: #bbb;
2022-11-23 11:16:31 +09:00
}
.dark {
--c-bg-base: #111;
2022-11-23 17:08:49 +09:00
--c-bg-active: #151515;
2022-11-24 12:42:03 +09:00
--c-bg-code: #ffffff06;
2022-11-23 11:16:31 +09:00
--c-text-base: #fff;
--c-text-secondary-light: #555;
2022-11-14 01:05:32 +09:00
}