Ekapp/skolehjem/resources/sass/webapp/_defaultdark.scss

29 lines
315 B
SCSS

html, body {
background-color: rgb(102, 102, 102);
}
main {
background-color: rgb(102, 102, 102);
}
* {
color: white;
}
.sde-blue {
color: white;
}
input, select {
border-color: white;
}
input::placeholder {
color: white;
}
.fa-eye {
background-color: #666666;
color: white;
}