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

@ -26,7 +26,7 @@
fill: var(--green-360) !important;
}
/*-------------------------------------------*/
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- 'NSFW' Channel List Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
@ -47,7 +47,13 @@
.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;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- Lock Icon Channel List Recolor ---*/
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
@ -73,4 +79,21 @@
/*--- Message bar Channels ---*/
.icon_f23da8 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*-------------------------------------------------------------------------------------------------------------------*/
/*--- Channel List Outer Circle Icon Recolor ---*/
.icon_d8bfb3:has(path[d^="M19.61 18.25a1.08"]) path[d^="M19.61 18.25a1.08"] {
color: var(--blue-330) !important;
}
/*--- Channel List Outer Circle Icon Recolor(Locked Stage) ---*/
.icon_d8bfb3:has(path[d^="M21.92 14.08c.32"]) path[d^="M21.92 14.08c.32"]{
color: var(--blue-330) !important;
}
/*--- Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M19.61 18.25a1.08"] {
fill: var(--blue-330) !important;
}