diff --git a/css/app-dark.css b/css/app-dark.css new file mode 100644 index 0000000..24720e6 --- /dev/null +++ b/css/app-dark.css @@ -0,0 +1,4 @@ +* { + background-color: #292929 !important; + color: #FFFFFF !important; +} \ No newline at end of file