mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Set primary and secondary color correctly for Yunite incl. donation bar and toast
This commit is contained in:
parent
58fd233e70
commit
7278adb09d
@ -9,20 +9,29 @@
|
||||
src: url('~@/assets/fonts/Overpass-VariableFont_wght.ttf');
|
||||
}
|
||||
|
||||
$color-primary: #6e8b87;
|
||||
$color-primary-yunite: #a6ff00;
|
||||
/*
|
||||
$color-primary-light: #fff;
|
||||
$color-primary-active: hsla(0,0%,100%,.8);
|
||||
*/
|
||||
$color-primary: rgb(110, 139, 135);
|
||||
$color-primary-light: rgb(161, 179, 177);
|
||||
$color-primary-dark: rgb(81, 99, 97);
|
||||
$color-primary-active: rgb(123, 160, 149);
|
||||
$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-text: 'Overpass',Helvetica,Arial,Lucida,sans-serif;
|
||||
|
||||
$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 {
|
||||
color: #fff;
|
||||
@ -50,7 +59,7 @@ $color-locale-menu: $color-primary-yunite;
|
||||
}
|
||||
|
||||
#footer {
|
||||
background-color: $color-primary-yunite;
|
||||
background-color: $color-secondary;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
@ -82,7 +91,7 @@ span.slug {
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
/* chips on group teaser */
|
||||
a.group-teaser footer .ds-chip-primary {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user