v0.5.17b - Darkmode

This commit is contained in:
frederikpyt
2020-08-10 14:53:49 +02:00
parent 511b4a288b
commit 72824d87f2
10 changed files with 149 additions and 217 deletions
+11
View File
@@ -0,0 +1,11 @@
html, body {
background-color: rgba(0,0,0, 0.6);
}
* {
color: white;
}
.sde-blue {
color: white;
}
+10
View File
@@ -0,0 +1,10 @@
// App
@import '../app/app';
//
// Webapp
//
// Defaults
@import "default";
@import "defaultdark";