Fix formatting, added a new Place to recolor

This commit is contained in:
Indiana Jone (Indi) 2024-07-14 16:02:46 -04:00
parent be7338aac0
commit 1351f5d6b1
5 changed files with 50 additions and 12 deletions

View file

@ -20,3 +20,8 @@
.icon_e44302 path[d^="M18.5 23c.88"] {
fill: var(--green-360) !important;
}
/*--- Message bar Channels ---*/
.icon_f23da8 path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important;
}

View file

@ -21,6 +21,11 @@
fill: var(--green-360) !important;
}
/*--- Channels&Roles Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.5 23c.88" ] {
fill: var(--green-360) !important;
}
/*-------------------------------------------*/
/*--- 'NSFW' Channel List Icon Recolor ---*/
@ -37,6 +42,11 @@
.icon_e44302 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*-------------------------------------------*/
/*--- Lock Icon Channel List Recolor ---*/
@ -59,3 +69,8 @@
.icon_e44302 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*--- Message bar Channels ---*/
.icon_f23da8 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}

View file

@ -11,12 +11,17 @@
border: 1px solid rebeccapurple !important;
}
/*--- Chat Icon Recolor ---*/
/*--- 'NSFW' Chat Icon Recolor ---*/
.icon_fc4f04 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- Chat (older) Icon Recolor ---*/
/*--- 'NSFW' Chat (older) Icon Recolor ---*/
.icon_e44302 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}

View file

@ -29,7 +29,7 @@
/*--------------*/
/*---'NSFW' Chat List Label---*/
/*--- 'NSFW' Chat Label ---*/
[class*=iconWrapper_]:has([d^="M18.09 1.63"]) ~ [class*=titleWrapper_] h1::after {
content: "NSFW";
background: var(--status-danger-background);
@ -52,3 +52,10 @@
.icon_e44302 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}
/*-------------*/
/*--- 'NSFW' Message Bar Icon Recolor ---*/
.icon_f23da8 path[d^="M18.09 1.63"] {
fill: var(--status-danger-background) !important;
}

View file

@ -25,3 +25,9 @@
.icon_e44302 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}
/*--- Message bar Channels ---*/
.icon_f23da8 path[d^="M16 4h.5v"] {
fill: var(--yellow-200) !important;
}