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; +}