Fix NSFWtag.css

This commit is contained in:
Indiana Jone (Indi) 2024-06-18 23:07:29 -04:00 committed by GitHub
parent 35e81fb5c2
commit ada82f3a20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
/** /**
* @name NFSWtag * @name NFSWtag
* @author ryan.0324, krystalskullofficial * @author ryan.0324, krystalskullofficial
* @version 2.0 * @version 3.0
* @description A tag for 'NFSW' channels so they are easier to see/notice. Also now recolors the small triangle too be red * @description A tag for 'NFSW' channels so they are easier to see/notice. Also now recolors the small triangle too be red
*/ */
@ -22,7 +22,7 @@
} }
/*---Warning Icon Recolor---*/ /*---Warning Icon Recolor---*/
.icon__67ab4:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] { .icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
fill: var(--text-danger) !important; fill: var(--text-danger) !important;
border: 1px solid rebeccapurple !important; border: 1px solid rebeccapurple !important;
} }