From 31e5e37ff0c60886990f0c2ce12257434026f57c Mon Sep 17 00:00:00 2001 From: magdev Date: Sun, 26 Nov 2023 02:20:45 +0100 Subject: [PATCH] changed brand colors --- stylesheets/application.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/stylesheets/application.css b/stylesheets/application.css index 9bf008a..32ce614 100644 --- a/stylesheets/application.css +++ b/stylesheets/application.css @@ -44,16 +44,16 @@ } .theme-Baupm #main-menu li a:active, .theme-Baupm #main-menu li a:hover { - background-color: #e95b21; + background-color: #1A5FB4; color: #fff; text-decoration: none; } .theme-Baupm #main-menu li a.selected { - background-color: #f68c36; + background-color: #3584E4; color: #fff; } .theme-Baupm #main-menu li a.selected:hover { - background-color: #e95b21; + background-color: #1A5FB4; } .theme-Baupm #main-menu li a.new-object { display: none; @@ -93,7 +93,7 @@ width: 40px; height: 40px; border-radius: 100%; - background: #f68c36; + background: #3584E4; margin-bottom: 16px; margin-right: 26px; padding: 0; @@ -108,14 +108,14 @@ } .theme-Baupm .jfab_btns_wrapper button:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46); - background: #e95b21; + background: #1A5FB4; } .theme-Baupm .jfab_btns_wrapper .fb-icon { font-size: 15px; margin-left: 4px; } .theme-Baupm button.jfab_main_btn { - background-color: #f68c36; + background-color: #3584E4; width: 56px; height: 56px; border-radius: 100%; @@ -137,7 +137,7 @@ } .theme-Baupm button.jfab_main_btn:hover { box-shadow: 0 3px 6px rgba(0, 0, 0, 0.32), 0 3px 6px rgba(0, 0, 0, 0.46); - background: #e95b21; + background: #1A5FB4; } .theme-Baupm button.jfab_main_btn span { transition: 0.5s; @@ -495,7 +495,7 @@ color: #333; } .theme-Baupm .flyout-menu h3 { - background-color: #f68c36; + background-color: #3584E4; color: #fff; } .theme-Baupm .flyout-menu .flyout-menu__search {