mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 12:45:21 +02:00
Add this icon
This commit is contained in:
parent
67d9013d1f
commit
752005b07a
3 changed files with 18 additions and 3 deletions
|
@ -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---*/
|
||||
|
|
|
@ -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-
|
||||
|
@ -30,3 +30,8 @@
|
|||
[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 ;
|
||||
}
|
|
@ -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-
|
||||
|
@ -90,3 +90,8 @@
|
|||
.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 ;
|
||||
}
|
Loading…
Add table
Reference in a new issue