v0.6.0 - Darkmode
This commit is contained in:
Vendored
+31
-1
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user