From e1fcf31f09e087b870be2a60d98a8a97227de586 Mon Sep 17 00:00:00 2001 From: ION606 Date: Fri, 2 Aug 2024 23:25:14 +0000 Subject: [PATCH] Update ion-theme.css --- ion-theme.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ion-theme.css b/ion-theme.css index 1aa818d..78c553a 100644 --- a/ion-theme.css +++ b/ion-theme.css @@ -206,5 +206,9 @@ } [aria-label="Channels"] li * { - color: rgba(255, 255, 255, 0.884) !important; + color: rgba(255, 255, 255, 0.75) !important; +} + +[aria-label*="unread"] { + color: white !important; }