removed two broken snippets
Some checks failed
Lint CSS / Lint CSS (push) Failing after 9s

This commit is contained in:
Seaswimmer 2024-05-21 17:54:31 -04:00
parent 1b779edb94
commit abc8fb7a8f
Signed by: cswimr
GPG key ID: 5D671B5D03D65A7F
2 changed files with 0 additions and 31 deletions

View file

@ -1,14 +0,0 @@
/**
* @name NSFW recolor
* @author krystalskullofficial
* @version 2.0
* @description recolors the icon for 'NFSW' channels so they are easier to see/notice
*/
/*---'NSFW' Icon Recolor---*/
.icon__67ab4:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
fill: var(--text-danger) !important;
border: 1px solid rebeccapurple !important;
}

View file

@ -1,17 +0,0 @@
/**
* @name Private Channel recolor
* @author krystalskullofficial
* @version 3.0
* @description recolors the icon for Private channels so they are easier to see/notice
*/
/*---Lock Icon Recolor---*/
.icon__67ab4:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
fill: #fffaa0 !important;
border: 1px solid rebeccapurple !important; }
/*---for stages(since they use a differnt lock for some reason)----*/
.icon__67ab4:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
fill : #fffaa0 !important;
border: 1px solid rebeccapurple !important;
}