From 3e9e0b037878b432d4bdee42e5a36dd8aceb6bcb Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Thu, 20 Jun 2024 00:40:26 -0400 Subject: [PATCH] Add files via upload --- IconRecolors.css | 2 +- NSFWChannelRecolor.css | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/IconRecolors.css b/IconRecolors.css index 501fb4f..4a9c34f 100644 --- a/IconRecolors.css +++ b/IconRecolors.css @@ -23,7 +23,7 @@ border: 1px solid rebeccapurple !important; } /*--- 'NSFW' Chat Icon Recolor ---*/ -.icon_e44302 path[d^="M18.091.63"] { +.icon_e44302 path[d^="M18.09.63"] { fill: var(--text-danger) !important; } diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index 790b934..9d44bd0 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -13,7 +13,12 @@ } /*--- Chat Icon Recolor ---*/ -.icon_e44302 path[d^="M18.09.63"] { +.icon_e44302 path[d^="M18.091.63"] { fill: var(--text-danger) !important; } + +/*--- Chat Icon Recolor ---*/ +.icon_e44302 path[d^="M18.09.63"] { + fill: var(--text-danger) !important; +}