33 lines
344 B
SCSS
33 lines
344 B
SCSS
html, body {
|
|
background-color: #2c2f33;
|
|
}
|
|
|
|
main {
|
|
background-color: #2c2f33;
|
|
}
|
|
|
|
* {
|
|
color: white;
|
|
}
|
|
|
|
.sde-blue {
|
|
color: white;
|
|
}
|
|
|
|
input, select {
|
|
border-color: white;
|
|
}
|
|
|
|
input::placeholder {
|
|
color: white;
|
|
}
|
|
|
|
.fa-eye {
|
|
background-color: #666666;
|
|
color: white;
|
|
}
|
|
|
|
.ql-align-center > strong {
|
|
color: #ffffff;
|
|
}
|