mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-10 08:35:14 +00:00
8 lines
153 B
CSS
8 lines
153 B
CSS
|
:root {
|
||
|
--main-background: #141414;
|
||
|
--secondary-background: #242424;
|
||
|
--main-text: #eeeeee;
|
||
|
--panels-background: #1a1a1a;
|
||
|
--panels-text: #ffffff;
|
||
|
}
|