18 lines
361 B
CSS
18 lines
361 B
CSS
|
:root {
|
||
|
--bg: #fff;
|
||
|
--bg-secondary: #ebebeb;
|
||
|
--bg-grad-1: #c1c1c1;
|
||
|
--bg-grad-2: #a1a1a1;
|
||
|
--bg-grad-3: #858585;
|
||
|
--bg-grad-4: #616161;
|
||
|
--bg-grad-5: #484848;
|
||
|
--input: #a9a9a9;
|
||
|
--fg: #2f2f2f;
|
||
|
--header: #514a4a;
|
||
|
--link: #df0000;
|
||
|
--hover: #4f4b489b;
|
||
|
--glow: #545454;
|
||
|
|
||
|
--green: #98C379;
|
||
|
--red: #E06C75;
|
||
|
}
|