mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 14:08:23 -05:00
12 lines
246 B
CSS
12 lines
246 B
CSS
:root {
|
|
--background-color: #1e1e2e;
|
|
--foreground-color: #cdd6f4;
|
|
--color-one: #45475a;
|
|
--color-two: #f38ba8;
|
|
--color-three: #a6e3a1;
|
|
--color-four: #f9e2af;
|
|
--color-five: #89b4fa;
|
|
--color-six: #f5c2e7;
|
|
--color-seven: #ffffff;
|
|
}
|