18 lines
347 B
CSS
18 lines
347 B
CSS
:root {
|
|
/* Special */
|
|
--background: #eee;
|
|
--background-alt: #b8b8b8;
|
|
--foreground: #444;
|
|
--foreground-inactive: #777;
|
|
--accent: #ff369a;
|
|
--clear: rgba(0,0,0,0);
|
|
|
|
/* Colors */
|
|
--color0: #0000ff;
|
|
--color1: #00ff00;
|
|
--color2: #ff0000;
|
|
--color3: #ff00ff;
|
|
--color4: #ffff00;
|
|
--color5: #00ffff;
|
|
}
|