mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2024-12-26 01:24:37 +01:00
c24863f7cc
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;
|
|
} |