mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-02-08 16:18:45 +01:00
Added dark mode for app.css that will be used together with said file. The CSS file only changes background and text color.
4 lines
74 B
CSS
Vendored
4 lines
74 B
CSS
Vendored
* {
|
|
background-color: #292929 !important;
|
|
color: #FFFFFF !important;
|
|
} |