mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
12 lines
156 B
CSS
12 lines
156 B
CSS
:root {
|
|
--bg: #002b36;
|
|
--fg: #839496;
|
|
--1: #073642;
|
|
--2: #dc322f;
|
|
--3: #859900;
|
|
--4: #b58900;
|
|
--5: #268bd2;
|
|
--6: #d33682;
|
|
--7: #ffffff;
|
|
}
|