From a109d8943a8d1c1acc796a6a4b24683302ba13c7 Mon Sep 17 00:00:00 2001 From: KrystalSkull <150982280+KrstlSkll69@users.noreply.github.com> Date: Sun, 7 Apr 2024 15:40:36 -0700 Subject: [PATCH] Add files via upload --- NSFWChannelRecolor.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NSFWChannelRecolor.css 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; + }