From 33d7486eb877d5432f647616ade7a7c054a1bed6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 30 Dec 2022 13:23:05 +0100 Subject: [PATCH] update css --- theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme.css b/theme.css index c66cdf7..d7532c6 100644 --- a/theme.css +++ b/theme.css @@ -2,6 +2,10 @@ --color-hover: #259bef; } +#navbar .active { + background: var(--color-hover); +} + #profile-avatar, .user.profile > .ui > .ui > .ui > .ui.card > .image { background: none; }