funky-framadate-front/src/styles/themes/_red.scss

18 lines
267 B
SCSS
Raw Normal View History

#big_container {
2020-04-21 10:50:26 +02:00
&.theme-hot-covid {
background: #ffbca4;
color: #501016;
2020-04-21 10:50:26 +02:00
h1::after {
background-color: #850003;
}
2020-04-21 10:50:26 +02:00
.btn--primary:focus,
.btn--primary:hover,
.btn--primary:active,
.btn--primary {
background-color: #850003 !important;
}
}
}