diff --git a/IconRecolors.css b/IconRecolors.css index bdede11..4156a3d 100644 --- a/IconRecolors.css +++ b/IconRecolors.css @@ -25,7 +25,6 @@ .icon_bcc24e path[d^="M18.5 23c.88" ] { fill: var(--green-360) !important; } - /*-------------------------------------------------------------------------------------------------------------------*/ /*--- 'NSFW' Channel List Icon Recolor ---*/ @@ -63,6 +62,11 @@ .icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] { fill: var(--status-danger-background) !important; } + +/*--- Ping Warning ---*/ +.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] { + fill: var(--status-danger-background) !important; +} /*-------------------------------------------------------------------------------------------------------------------*/ /*--- Lock Icon Channel List Recolor ---*/ diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index bf715e5..fc87a76 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -29,4 +29,9 @@ /*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ .icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] { fill: var(--status-danger-background) !important; +} + +/*--- Ping Warning ---*/ +.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] { + fill: var(--status-danger-background) !important; } \ No newline at end of file diff --git a/NSFWtag.css b/NSFWtag.css index b708ae3..a76d890 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -58,4 +58,9 @@ /*--- 'NSFW' Message Bar Icon Recolor ---*/ .icon_bcc24e path[d^="M18.09 1.63"] { fill: var(--status-danger-background) !important; +} + +/*--- Ping Warning ---*/ +.ping_c02c63 path[d^="M18.09 14.63c.4-.7"] { + fill: var(--status-danger-background) !important; } \ No newline at end of file