2020-08-10 12:53:49 +00:00
|
|
|
html, body {
|
2020-08-10 13:19:53 +00:00
|
|
|
background-color: rgb(102, 102, 102);
|
|
|
|
}
|
|
|
|
|
|
|
|
main {
|
|
|
|
background-color: rgb(102, 102, 102);
|
2020-08-10 12:53:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
* {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sde-blue {
|
|
|
|
color: white;
|
|
|
|
}
|
2020-08-11 07:13:48 +00:00
|
|
|
|
|
|
|
input, select {
|
|
|
|
border-color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
input::placeholder {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fa-eye {
|
|
|
|
background-color: #666666;
|
|
|
|
color: white;
|
|
|
|
}
|
2020-08-12 10:28:05 +00:00
|
|
|
|
|
|
|
.ql-align-center > strong {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|