added stage recolor, added new 'Nsfw' Icon

This commit is contained in:
Indiana Jone (Indi) 2024-07-16 12:46:36 -04:00
parent 0928388f4a
commit 7197840d71
4 changed files with 73 additions and 14 deletions

View file

@ -24,4 +24,9 @@
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
}
/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important;
}