mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-23 07:50:23 +01:00
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:
parent
51c16a2d00
commit
c24863f7cc
4
css/app-dark.css
vendored
Normal file
4
css/app-dark.css
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
* {
|
||||
background-color: #292929 !important;
|
||||
color: #FFFFFF !important;
|
||||
}
|
Loading…
Reference in New Issue
Block a user