mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
ce4912b9c5
* created 3 rose pine color schemes for more customization * adjusted simple.css about logo container svg to use the logo color variable and match the search container
13 lines
291 B
CSS
13 lines
291 B
CSS
:root {
|
|
--background-color: #191724;
|
|
--foreground-color: #e0def4;
|
|
--logo-color: #ebbcba;
|
|
--color-one: #26233a;
|
|
--color-two: #c4a7e7;
|
|
--color-three: #9ccfd8;
|
|
--color-four: #f6c177;
|
|
--color-five: #eb6f92;
|
|
--color-six: #6e6a86;
|
|
--color-seven: #e0def4;
|
|
}
|