Skip to content

Commit c24863f

Browse files
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.
1 parent 51c16a2 commit c24863f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/app-dark.css

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
* {
2+
background-color: #292929 !important;
3+
color: #FFFFFF !important;
4+
}

0 commit comments

Comments
 (0)