18 lines
358 B
CSS
18 lines
358 B
CSS
:root {
|
|
--bg: #282c34;
|
|
--bg-secondary: #474d57;
|
|
--bg-grad-1: #484e58;
|
|
--bg-grad-2: #4e5560;
|
|
--bg-grad-3: #59616d;
|
|
--bg-grad-4: #606a7b;
|
|
--bg-grad-5: #606978;
|
|
--input: #4e5560;
|
|
--fg: #ABB2BF;
|
|
--header: #E06C75;
|
|
--link: #98C379;
|
|
--hover: #56B6C2;
|
|
--glow: #C678DD;
|
|
|
|
--green: #98C379;
|
|
--red: #E06C75;
|
|
} |