funky-framadate-front/src/styles/themes/_high-contrast.scss

22 lines
370 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
/**
aimed for visual impaired people
*/
$main-theme-color: #00003b;
#big_container {
&.theme-high-contrast {
background: #465f66;
color: $main-theme-color;
h1::after {
background-color: $main-theme-color;
}
.btn--primary:focus,
.btn--primary:hover,
.btn--primary:active,
.btn--primary {
background-color: $main-theme-color !important;
}
}
}