v0.5.17b - Darkmode
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
html, body {
|
||||
background-color: rgba(0,0,0, 0.6);
|
||||
}
|
||||
|
||||
* {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.sde-blue {
|
||||
color: white;
|
||||
}
|
||||
+10
@@ -0,0 +1,10 @@
|
||||
// App
|
||||
@import '../app/app';
|
||||
|
||||
//
|
||||
// Webapp
|
||||
//
|
||||
|
||||
// Defaults
|
||||
@import "default";
|
||||
@import "defaultdark";
|
||||
Reference in New Issue
Block a user