v0.5.18 - Darkmode

This commit is contained in:
frederikpyt
2020-08-10 15:19:53 +02:00
parent 72824d87f2
commit 3d0afb2d6a
4 changed files with 7073 additions and 3 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
html, body {
background-color: rgba(0,0,0, 0.6);
background-color: rgb(102, 102, 102);
}
main {
background-color: rgb(102, 102, 102);
}
* {