From e35c222368d2a04acfe54b7d9efc25937b1912cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 24 Oct 2024 11:46:04 +0200 Subject: [PATCH] Switch $color-secondary with $color-tertiary --- webapp/assets/styles/imports/_branding.scss | 34 ++++++++++----------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/webapp/assets/styles/imports/_branding.scss b/webapp/assets/styles/imports/_branding.scss index d39045e0b..9ec6de388 100644 --- a/webapp/assets/styles/imports/_branding.scss +++ b/webapp/assets/styles/imports/_branding.scss @@ -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 */