v0.6.0 - Darkmode

This commit is contained in:
frederikpyt
2020-08-11 09:13:48 +02:00
parent d071e583f5
commit 64c260a63f
12 changed files with 116 additions and 37 deletions
+31 -1
View File
@@ -6979,7 +6979,11 @@ main {
html,
body {
background-color: rgba(0, 0, 0, 0.6);
background-color: #666666;
}
main {
background-color: #666666;
}
* {
@@ -6990,3 +6994,29 @@ body {
color: white;
}
input,
select {
border-color: white;
}
input::-moz-placeholder {
color: white;
}
input:-ms-input-placeholder {
color: white;
}
input::-ms-input-placeholder {
color: white;
}
input::placeholder {
color: white;
}
.fa-eye {
background-color: #666666;
color: white;
}