2020-06-07 13:52:14 +02:00
|
|
|
$theme-color-primary: #850003;
|
|
|
|
$theme-color-secondary: #501016;
|
|
|
|
$theme-color-tertiary: #ffbca4;
|
|
|
|
|
2020-04-02 16:46:30 +02:00
|
|
|
#big_container {
|
2020-04-21 10:50:26 +02:00
|
|
|
&.theme-hot-covid {
|
2020-06-07 13:52:14 +02:00
|
|
|
background: $theme-color-tertiary;
|
|
|
|
color: $theme-color-secondary;
|
2020-04-02 16:46:30 +02:00
|
|
|
|
2020-06-07 13:52:14 +02:00
|
|
|
main{
|
|
|
|
background: $white;
|
|
|
|
}
|
2020-04-21 10:50:26 +02:00
|
|
|
h1::after {
|
2020-06-07 13:52:14 +02:00
|
|
|
background-color: $theme-color-primary;
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
2020-04-02 16:46:30 +02:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
.btn--primary:focus,
|
|
|
|
.btn--primary:hover,
|
|
|
|
.btn--primary:active,
|
|
|
|
.btn--primary {
|
2020-06-07 13:52:14 +02:00
|
|
|
background-color: $theme-color-primary !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// bulma override
|
|
|
|
.button.is-primary, .button.btn--primary, button.is-primary, button.btn--primary, .is-primary.btn, .btn.btn--primary, .is-primary.back, .back.btn--primary{
|
|
|
|
background-color: $theme-color-primary;
|
|
|
|
color: $theme-color-tertiary;
|
|
|
|
}
|
|
|
|
// material override
|
|
|
|
.navbar-dropdown a.navbar-item.is-active,
|
|
|
|
a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active, .navbar-link:focus, .navbar-link:focus-within, .navbar-link:hover, .navbar-link.is-active{
|
|
|
|
color: $theme-color-primary;
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
2020-06-07 13:52:14 +02:00
|
|
|
|
2020-04-21 10:50:26 +02:00
|
|
|
}
|
2020-04-02 16:46:30 +02:00
|
|
|
}
|