From 848cb1752cf1a8ddd4ff4749f9c71e93a92389c5 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Wed, 19 Jun 2024 23:54:16 -0400 Subject: [PATCH] Bug Fix --- Channel&RolesRecolor.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Channel&RolesRecolor.css b/Channel&RolesRecolor.css index e0ecf62..af5334e 100644 --- a/Channel&RolesRecolor.css +++ b/Channel&RolesRecolor.css @@ -5,9 +5,13 @@ * @description recolors the icon on Channel & Role tab so they are easier to see/notice */ -/*--- Icon Recolor---*/ +/*--- Channel List Icon Recolor ---*/ .icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] { color: var(--green-360) !important; border: 1px solid rebeccapurple !important; } +/*--- Chat Icon Recolor ----*/ +.icon_e44302 path[d^="M18.5 23c.88"] { +  fill: var(--green-360) !important; +}