From 6d651826ac67a7cd37e01e8fb34d3430821a809e Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Mon, 19 Dec 2022 21:39:48 +0200 Subject: [PATCH] fix unread notifs for light mode --- files/assets/event/css/themes/light.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/assets/event/css/themes/light.css b/files/assets/event/css/themes/light.css index 75e2a7ad5b..1913505865 100644 --- a/files/assets/event/css/themes/light.css +++ b/files/assets/event/css/themes/light.css @@ -1,3 +1,6 @@ blockquote { color: var(--gray-400); } +.unread { + background: #00000022!important; +}