Added Icon

This commit is contained in:
Indiana Jone (Indi) 2024-07-17 13:38:00 -04:00
parent ccabb55f8e
commit c92ef46062
2 changed files with 24 additions and 4 deletions

View file

@ -33,6 +33,7 @@
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
border: 1px solid rebeccapurple !important; border: 1px solid rebeccapurple !important;
} }
/*--- 'NSFW' Chat Icon Recolor ---*/ /*--- 'NSFW' Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M18.09 1.63"] { .icon_fc4f04 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
@ -48,11 +49,20 @@
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }
/*--- Werid 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ /*--- 'NSFW' Thread Icon Chat Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { .icon_fc4f04 path[d^="M18.09 15.63c.4-.7"] {
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }
/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/
.icon_ec583a path[d^="M18.09 15.63c.4-.7"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------------------------------------------------*/
/*--- Lock Icon Channel List Recolor ---*/ /*--- Lock Icon Channel List Recolor ---*/

View file

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