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: #282c34;
|
|
--foreground-color: #abb2bf;
|
|
--color-one: #3b4048;
|
|
--color-two: #a3be8c;
|
|
--color-three: #b48ead;
|
|
--color-four: #c8ccd4;
|
|
--color-five: #e06c75;
|
|
--color-six: #61afef;
|
|
--color-seven: #be5046;
|
|
}
|