diff --git a/IconRecolors.css b/IconRecolors.css index e8ea8c1..fff2544 100644 --- a/IconRecolors.css +++ b/IconRecolors.css @@ -33,6 +33,7 @@ fill: var(--status-danger-background) !important; border: 1px solid rebeccapurple !important; } + /*--- 'NSFW' Chat Icon Recolor ---*/ .icon_fc4f04 path[d^="M18.09 1.63"] { fill: var(--status-danger-background) !important; @@ -48,11 +49,20 @@ fill: var(--status-danger-background) !important; } -/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ -.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { +/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/ +.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] { fill: var(--status-danger-background) !important; } +/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/ +.icon_ec583a path[d^="M18.09 15.63c.4-.7"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ +.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { + fill: var(--status-danger-background) !important; +} /*-------------------------------------------------------------------------------------------------------------------*/ /*--- Lock Icon Channel List Recolor ---*/ diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index d912be5..3c62867 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -26,7 +26,17 @@ fill: var(--status-danger-background) !important; } -/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ -.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { +/*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/ +.icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] { fill: var(--status-danger-background) !important; } + +/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/ +.icon_ec583a path[d^="M18.09 15.63c.4-.7"] { + fill: var(--status-danger-background) !important; +} + +/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ +.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { + fill: var(--status-danger-background) !important; +} \ No newline at end of file