17 lines
262 B
CSS
17 lines
262 B
CSS
|
:root {
|
||
|
--bg: #1e1f2a;
|
||
|
--bg-secondary: #3a3f4b;
|
||
|
--accent: #777f8d;
|
||
|
|
||
|
--header: #cad1da;
|
||
|
--fg: #e4e1db;
|
||
|
|
||
|
--input: #2e3438;
|
||
|
|
||
|
--link: #95add8;
|
||
|
--glow: #bcc3ca;
|
||
|
--hover: #cdd8e2;
|
||
|
|
||
|
--green: #98C379;
|
||
|
--red: #E06C75;
|
||
|
}
|