Discord Rehash?

This commit is contained in:
Indiana Jone (Indi) 2024-07-17 14:09:18 -04:00
parent c92ef46062
commit d66dae23dd
4 changed files with 18 additions and 25 deletions

View file

@ -21,7 +21,7 @@
fill: var(--green-360) !important; fill: var(--green-360) !important;
} }
/*--- Message bar Channels ---*/ /*--- Channels&Roles Message bar Channels ---*/
.icon_f23da8 path[d^="M18.5 23c.88" ] { .icon_bcc24e path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important; fill: var(--green-360) !important;
} }

View file

@ -21,8 +21,8 @@
fill: var(--green-360) !important; fill: var(--green-360) !important;
} }
/*--- Channels&Roles Message Bar Icon Recolor ---*/ /*--- Channels&Roles Message bar Channels ---*/
.icon_f23da8 path[d^="M18.5 23c.88" ] { .icon_bcc24e path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important; fill: var(--green-360) !important;
} }
@ -54,13 +54,13 @@
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }
/*--- 'NSFW' Thread Icon Chat Icon 2 Recolor ---*/ /*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_ec583a path[d^="M18.09 15.63c.4-.7"] { .icon_bcc24e path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ /*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { .icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }
/*-------------------------------------------------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------------------------------------------------*/
@ -86,11 +86,10 @@
fill: var(--yellow-200) !important; fill: var(--yellow-200) !important;
} }
/*--- Message bar Channels ---*/ /*--- Lock Thread Icon Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M16 4h.5v"] { .icon_bcc24e path[d^="M16 18h.5v"] {
fill: var(--yellow-200) !important; fill: var(--yellow-200) !important;
} }
/*-------------------------------------------------------------------------------------------------------------------*/ /*-------------------------------------------------------------------------------------------------------------------*/
/*--- Channel List Outer Circle Icon Recolor ---*/ /*--- Channel List Outer Circle Icon Recolor ---*/

View file

@ -22,21 +22,11 @@
} }
/*--- 'NSFW' Message Bar Icon Recolor ---*/ /*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] { .icon_bcc24e path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- '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; fill: var(--status-danger-background) !important;
} }
/*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/ /*--- 'NSFW' Thread Icon Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 15.63c.4-.7" ] { .icon_bcc24e path[d^="M18.09 15.63c.4-.7" ] {
fill: var(--status-danger-background) !important; fill: var(--status-danger-background) !important;
} }

View file

@ -26,8 +26,12 @@
fill: var(--yellow-200) !important; fill: var(--yellow-200) !important;
} }
/*--- Lock Icon Message Bar Channels ---*/
/*--- Message bar Channels ---*/ .icon_bcc24e path[d^="M16 4h.5v"] {
.icon_f23da8 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important; fill: var(--yellow-200) !important;
} }
/*--- Lock Thread Icon Message Bar Icon Recolor ---*/
.icon_bcc24e path[d^="M16 18h.5v"] {
fill: var(--yellow-200) !important;
}