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.
This commit is contained in:
JulianPrieber 2022-02-21 23:18:38 +01:00 committed by GitHub
parent 51c16a2d00
commit c24863f7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
css/app-dark.css vendored Normal file
View File

@ -0,0 +1,4 @@
* {
background-color: #292929 !important;
color: #FFFFFF !important;
}