Set primary and secondary color correctly for Yunite incl. donation bar and toast

This commit is contained in:
Wolfgang Huß 2023-02-28 20:51:21 +01:00
parent 58fd233e70
commit 7278adb09d

View File

@ -9,20 +9,29 @@
src: url('~@/assets/fonts/Overpass-VariableFont_wght.ttf'); src: url('~@/assets/fonts/Overpass-VariableFont_wght.ttf');
} }
$color-primary: #6e8b87; $color-primary: rgb(110, 139, 135);
$color-primary-yunite: #a6ff00; $color-primary-light: rgb(161, 179, 177);
/* $color-primary-dark: rgb(81, 99, 97);
$color-primary-light: #fff; $color-primary-active: rgb(123, 160, 149);
$color-primary-active: hsla(0,0%,100%,.8); $color-primary-inverse: rgb(241, 248, 243);
*/
$color-secondary: rgb(166, 255, 0);
$color-secondary-active: rgb(188, 255, 130);
$color-secondary-inverse: rgb(241, 255, 225);
$font-family-heading: 'Overpass',Helvetica,Arial,Lucida,sans-serif; $font-family-heading: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
$font-family-text: 'Overpass',Helvetica,Arial,Lucida,sans-serif; $font-family-text: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
$color-header-background: $color-primary; $color-header-background: $color-primary;
$color-footer-background: $color-primary-yunite; $color-footer-background: $color-secondary;
$color-locale-menu: $color-secondary;
$color-donation-bar: $color-secondary;
$color-toast-blue: rgb(0, 142, 230);
$color-toast-green: $color-primary;
$color-locale-menu: $color-primary-yunite;
.main-navigation a { .main-navigation a {
color: #fff; color: #fff;
@ -50,7 +59,7 @@ $color-locale-menu: $color-primary-yunite;
} }
#footer { #footer {
background-color: $color-primary-yunite; background-color: $color-secondary;
} }
#footer a { #footer a {
@ -82,7 +91,7 @@ span.slug {
text-transform: uppercase; text-transform: uppercase;
font-size: 16px; font-size: 16px;
font-weight: 300; font-weight: 300;
} }
/* chips on group teaser */ /* chips on group teaser */
a.group-teaser footer .ds-chip-primary { a.group-teaser footer .ds-chip-primary {