Update NSFWChannelRecolor.css

This commit is contained in:
Indiana Jone (Indi) 2024-06-19 23:56:10 -04:00 committed by GitHub
parent 848cb1752c
commit b34c89b8ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,9 +6,15 @@
*/ */
/*---'NSFW' Icon Recolor---*/ /*---'NSFW' Channel List 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;
} }
/*---'NSFW' Chat Icon Recolor---*/
.icon_e44302 path[d^="M18.09 1.63"] {
  fill: var(--text-danger) !important;
}