deemix-webui/public/css/darkMode.css

9 lines
177 B
CSS
Raw Normal View History

/* imho not necessary */
:root {
--main-background: #141414;
--secondary-background: #242424;
--main-text: #eeeeee;
--panels-background: #1a1a1a;
--panels-text: #ffffff;
}