From a5587935c67c8d38d7675e1518ffc6cc1af4eba1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Jan 2023 20:58:40 +0100 Subject: [PATCH] update header colors --- theme.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/theme.css b/theme.css index 53f9249..bfa7534 100644 --- a/theme.css +++ b/theme.css @@ -1,17 +1,17 @@ :root { - --color-hover: #d46ba3; + --color-hover: #4793cc; --color-primary-light-1: #4793cc; --color-primary: #4793cc; --color-primary: #4793cc; } #navbar .active { - /* background: var(--color-hover) !important; */ - background: #d46ba3; + background: var(--color-hover) !important; + /* background: #d46ba3; */ } #navbar { - background: linear-gradient(45deg,#d46ba3,#d4885c 29%,#d4b25d 66%,#d46ba3); + /* background: linear-gradient(45deg,#d46ba3,#d4885c 29%,#d4b25d 66%,#d46ba3); */ } #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {