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

16 lines
167 B
SCSS
Raw Normal View History

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;
}