From 752005b07afab6fc7b9aa5770163ed46d6f56c93 Mon Sep 17 00:00:00 2001 From: Krystal <150982280+KrstlSkll69@users.noreply.github.com> Date: Sat, 5 Apr 2025 21:07:03 -0400 Subject: [PATCH] Add this icon --- IconRecolors.css | 7 ++++++- NSFWChannelRecolor.css | 7 ++++++- NSFWtag.css | 7 ++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/IconRecolors.css b/IconRecolors.css index d851bf1..26845f9 100644 --- a/IconRecolors.css +++ b/IconRecolors.css @@ -2,7 +2,7 @@ * @name IconRecolors * @author krystalskullofficial, byeoon * @description Recolors channel icons to make them easier to notice. -* @version 6.0.0 +* @version 6.2.5 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#6th-iconrecolors- @@ -31,6 +31,11 @@ fill: var(--status-danger-background) !important; } +/*--------------*/ +[class^=contents__] path[d^=" M-10,10 C-10,10 10,-10 10,-10" ] { + stroke: var(--status-danger-background) !important ; +} + /*-----------------------------------------------------------------------------------------------------*/ /*---Lock Icon Channel List Recolor---*/ diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css index f086528..e2b1d56 100644 --- a/NSFWChannelRecolor.css +++ b/NSFWChannelRecolor.css @@ -2,7 +2,7 @@ * @name NSFW recolor * @author krystalskullofficial * @description Recolors the icon for 'NSFW' channels so they are easier to see/notice. -* @version 6.5.0 +* @version 6.5.5 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#2nd-nsfw-channel-recolor- @@ -29,4 +29,9 @@ /*--- Ping Warning ---*/ [class^=ping_] path[d^="M18.09 14.63c.4-.7"] { fill: var(--status-danger-background) !important; +} + +/*--------------*/ +[class^=contents__] path[d^=" M-10,10 C-10,10 10,-10 10,-10" ] { + stroke: var(--status-danger-background) !important ; } \ No newline at end of file diff --git a/NSFWtag.css b/NSFWtag.css index 79a9a9c..05ff174 100644 --- a/NSFWtag.css +++ b/NSFWtag.css @@ -2,7 +2,7 @@ * @name NSFWtag * @author ryan.0324, krystalskullofficial * @description A tag for 'NSFW' channels so they are easier to see/notice. Also recolors the small triangle too be red, -* @version 8.5.0 +* @version 8.5.5 * @authorId 929208515883569182 * @website https://krstlskll69.github.io/ * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#1st-nsfw-channel-tag- @@ -89,4 +89,9 @@ /*--- Ping Warning ---*/ .ping__06d62 path[d^="M18.09 14.63c.4-.7"] { fill: var(--status-danger-background) !important; +} + +/*--------------*/ +[class^=contents__] path[d^=" M-10,10 C-10,10 10,-10 10,-10" ] { + stroke: var(--status-danger-background) !important ; } \ No newline at end of file