mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
12 lines
156 B
CSS
12 lines
156 B
CSS
:root {
|
|
--bg: #282828;
|
|
--fg: #ebdbb2;
|
|
--1: #cc241d;
|
|
--2: #98971a;
|
|
--3: #d79921;
|
|
--4: #458588;
|
|
--5: #b16286;
|
|
--6: #689d6a;
|
|
--7: #ffffff;
|
|
}
|