Add this icon

This commit is contained in:
Indiana Jone (Indi) 2025-04-05 21:07:03 -04:00
parent 67d9013d1f
commit 752005b07a
3 changed files with 18 additions and 3 deletions

View file

@ -2,7 +2,7 @@
* @name IconRecolors * @name IconRecolors
* @author krystalskullofficial, byeoon * @author krystalskullofficial, byeoon
* @description Recolors channel icons to make them easier to notice. * @description Recolors channel icons to make them easier to notice.
* @version 6.0.0 * @version 6.2.5
* @authorId 929208515883569182 * @authorId 929208515883569182
* @website https://krstlskll69.github.io/ * @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#6th-iconrecolors- * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#6th-iconrecolors-
@ -31,6 +31,11 @@
fill: var(--status-danger-background) !important; 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---*/ /*---Lock Icon Channel List Recolor---*/

View file

@ -2,7 +2,7 @@
* @name NSFW recolor * @name NSFW recolor
* @author krystalskullofficial * @author krystalskullofficial
* @description Recolors the icon for 'NSFW' channels so they are easier to see/notice. * @description Recolors the icon for 'NSFW' channels so they are easier to see/notice.
* @version 6.5.0 * @version 6.5.5
* @authorId 929208515883569182 * @authorId 929208515883569182
* @website https://krstlskll69.github.io/ * @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#2nd-nsfw-channel-recolor- * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#2nd-nsfw-channel-recolor-
@ -30,3 +30,8 @@
[class^=ping_] path[d^="M18.09 14.63c.4-.7"] { [class^=ping_] path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important; 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 ;
}

View file

@ -2,7 +2,7 @@
* @name NSFWtag * @name NSFWtag
* @author ryan.0324, krystalskullofficial * @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, * @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 * @authorId 929208515883569182
* @website https://krstlskll69.github.io/ * @website https://krstlskll69.github.io/
* @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#1st-nsfw-channel-tag- * @source https://github.com/KrstlSkll69/vc-snippets?tab=readme-ov-file#1st-nsfw-channel-tag-
@ -90,3 +90,8 @@
.ping__06d62 path[d^="M18.09 14.63c.4-.7"] { .ping__06d62 path[d^="M18.09 14.63c.4-.7"] {
fill: var(--status-danger-background) !important; 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 ;
}