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

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

css/app-dark.css

Lines changed: 4 additions & 0 deletions
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)