From 5f29af30b0de4216475c05cd9d5d48f27bbac600 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Sat, 23 Jul 2022 18:09:37 -0700 Subject: [PATCH] Add missing CSS after merging PR 1506 --- ui/static/css/system.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/static/css/system.css b/ui/static/css/system.css index 84f9e067..870dd8e1 100644 --- a/ui/static/css/system.css +++ b/ui/static/css/system.css @@ -225,6 +225,10 @@ --feed-has-unread-border-style: solid; --feed-has-unread-border-color: rgb(33 57 76); + --category-has-unread-background-color: #1b1a1a; + --category-has-unread-border-style: solid; + --category-has-unread-border-color: rgb(33 57 76); + --keyboard-shortcuts-li-color: #9b9b9b; --counter-color: #bbb;