From ad6ff852703577fc763cb0f9defbcf37157f6d47 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 16 Jan 2023 20:51:53 +0100 Subject: [PATCH] update header colors --- theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.css b/theme.css index 70367dc..84124ac 100644 --- a/theme.css +++ b/theme.css @@ -5,7 +5,8 @@ } #navbar .active { - background: var(--color-hover) !important; + /* background: var(--color-hover) !important; */ + background:linear-gradient(45deg,#d46ba3,#d4885c 29%,#d4b25d 66%,#d46ba3); } #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image {