1
0
mirror of https://github.com/LinkStackOrg/LinkStack.git synced 2025-03-10 08:30:13 +01:00
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;
}