mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-06 06:46:02 +00:00
55268c72b5
Started work on darkmode Implemented queue system Started work on download tab
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;
|
|
}
|