This commit is contained in:
Indiana Jone (Indi) 2024-06-18 23:05:04 -04:00 committed by GitHub
parent 864738bebf
commit 54eeed5637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,14 +1,14 @@
/** /**
* @name NSFW recolor * @name NSFW recolor
* @author krystalskullofficial * @author krystalskullofficial
* @version 2.0 * @version 3.0
* @description recolors the icon for 'NFSW' channels so they are easier to see/notice * @description recolors the icon for 'NFSW' channels so they are easier to see/notice
*/ */
/*---'NSFW' Icon Recolor---*/ /*---'NSFW' Icon Recolor---*/
.icon__d8bfb3: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;
} }