Switch $color-secondary with $color-tertiary

This commit is contained in:
Wolfgang Huß 2024-10-24 11:46:04 +02:00
parent 9af0bf150e
commit e35c222368

View File

@ -15,31 +15,31 @@ $color-primary-dark: rgb(25, 26, 24);
$color-primary-active: rgb(95, 97, 92);
$color-primary-inverse: rgb(226, 230, 218);
$color-secondary: rgb(0, 168, 181);
$color-secondary-active: rgb(188, 255, 130);
$color-secondary-inverse: rgb(241, 255, 225);
$color-secondary: rgb(244, 142, 0);
$color-secondary-active: rgb(255, 172, 23);
$color-secondary-inverse: rgb(255, 238, 212);
$color-tertiary: rgb(244, 142, 0);
$color-tertiary: rgb(0, 168, 181);
// $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-secondary;
$color-footer-background: $color-tertiary;
$color-locale-menu: $color-primary;
$color-donation-bar: $color-tertiary;
$color-donation-bar: $color-secondary;
$color-toast-blue: rgb(0, 142, 230);
$color-toast-green: $color-tertiary;
$color-toast-green: $color-secondary;
$chat-message-bg-me: $color-primary-light;
$chat-message-bg-others: $color-primary-inverse;
$chat-message-checkmark-seen: $color-tertiary;
$chat-message-checkmark-seen: $color-secondary;
$chat-message-checkmark: $text-color-inverse;
$chat-room-color-counter-badge: $color-primary;
$chat-room-background-counter-badge: $color-tertiary;
$chat-room-background-counter-badge: $color-secondary;
/* "a" link colors */
a {
@ -52,11 +52,11 @@ a:hover {
/* ds-menu-item link colors */
// .ds-menu-item-link .router-link-exact-active .router-link-active {
a:hover.ds-menu-item-link {
color: $color-tertiary;
color: $color-secondary;
}
.ds-menu-item-link.router-link-exact-active {
color: $color-tertiary;
border-left-color: $color-tertiary;
color: $color-secondary;
border-left-color: $color-secondary;
}
// a:hover {
// color: $color-primary-light;
@ -74,7 +74,7 @@ a:hover.ds-menu-item-link {
}
.main-navigation .router-link-exact-active {
color: $color-tertiary !important;
color: $color-secondary !important;
}
.main-navigation .locale-menu {
@ -90,7 +90,7 @@ a:hover.ds-menu-item-link {
}
#footer {
background-color: $color-secondary;
background-color: $color-tertiary;
}
#footer a {
@ -126,17 +126,17 @@ a:hover.ds-menu-item-link {
/* chips on group teaser */
// a.group-teaser footer .ds-chip-primary {
// background-color: $color-tertiary;
// background-color: $color-secondary;
// }
/* chips on group profile */
// .group-profile .ds-chip-primary {
// background-color: $color-tertiary;
// background-color: $color-secondary;
// }
/* chips with primary color */
.ds-chip-primary {
background-color: $color-tertiary;
background-color: $color-secondary;
}
/* number count color */