mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
12 lines
176 B
CSS
12 lines
176 B
CSS
:root {
|
|
--bg: #000000;
|
|
--fg: #ffffff;
|
|
--1: #121212;
|
|
--2: #808080;
|
|
--3: #999999;
|
|
--4: #666666;
|
|
--5: #bfbfbf;
|
|
--6: #e0e0e0;
|
|
--7: #555555;
|
|
}
|