From 6819d5aa8b6206a330b72a4527df845c1811a226 Mon Sep 17 00:00:00 2001 From: Athou Date: Tue, 18 Nov 2014 12:13:13 +0100 Subject: [PATCH] highlight unread categories --- src/main/app/sass/themes/_nightsky.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/app/sass/themes/_nightsky.scss b/src/main/app/sass/themes/_nightsky.scss index 288d6169..a15578e8 100644 --- a/src/main/app/sass/themes/_nightsky.scss +++ b/src/main/app/sass/themes/_nightsky.scss @@ -37,7 +37,7 @@ color: #939393; } - .css-treeview a .unread { + .css-treeview a .unread, .css-treeview .category-link .unread { color: #C6C6C6; }