diff --git a/NSFWChannelRecolor.css b/NSFWChannelRecolor.css new file mode 100644 index 0000000..3d9cea8 --- /dev/null +++ b/NSFWChannelRecolor.css @@ -0,0 +1,14 @@ +/** +* @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; + }