LinkStack/css/app-dark.css
JulianPrieber c24863f7cc
Added dark mode for app.css
Added dark mode for app.css that will be used together with said file.

The CSS file only changes background and text color.
2022-02-21 23:18:38 +01:00

4 lines
74 B
CSS
Vendored

* {
background-color: #292929 !important;
color: #FFFFFF !important;
}