mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Fix formatting, added a new Place to recolor
This commit is contained in:
parent
be7338aac0
commit
1351f5d6b1
5 changed files with 50 additions and 12 deletions
|
@ -20,3 +20,8 @@
|
||||||
.icon_e44302 path[d^="M18.5 23c.88"] {
|
.icon_e44302 path[d^="M18.5 23c.88"] {
|
||||||
fill: var(--green-360) !important;
|
fill: var(--green-360) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Message bar Channels ---*/
|
||||||
|
.icon_f23da8 path[d^="M18.5 23c.88" ] {
|
||||||
|
fill: var(--green-360) !important;
|
||||||
|
}
|
||||||
|
|
|
@ -21,6 +21,11 @@
|
||||||
fill: var(--green-360) !important;
|
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 ---*/
|
/*--- 'NSFW' Channel List Icon Recolor ---*/
|
||||||
|
@ -37,6 +42,11 @@
|
||||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||||
fill: var(--status-danger-background) !important;
|
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 ---*/
|
/*--- Lock Icon Channel List Recolor ---*/
|
||||||
|
@ -59,3 +69,8 @@
|
||||||
.icon_e44302 path[d^="M16 4h.5v"] {
|
.icon_e44302 path[d^="M16 4h.5v"] {
|
||||||
fill: var(--yellow-200) !important;
|
fill: var(--yellow-200) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Message bar Channels ---*/
|
||||||
|
.icon_f23da8 path[d^="M16 4h.5v"] {
|
||||||
|
fill: var(--yellow-200) !important;
|
||||||
|
}
|
|
@ -11,12 +11,17 @@
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*--- Chat (older) Icon Recolor ---*/
|
/*--- 'NSFW' Chat (older) Icon Recolor ---*/
|
||||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||||
fill: var(--status-danger-background) !important;
|
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;
|
||||||
|
}
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
/*--------------*/
|
/*--------------*/
|
||||||
|
|
||||||
/*---'NSFW' Chat List Label---*/
|
/*--- 'NSFW' Chat Label ---*/
|
||||||
[class*=iconWrapper_]:has([d^="M18.09 1.63"]) ~ [class*=titleWrapper_] h1::after {
|
[class*=iconWrapper_]:has([d^="M18.09 1.63"]) ~ [class*=titleWrapper_] h1::after {
|
||||||
content: "NSFW";
|
content: "NSFW";
|
||||||
background: var(--status-danger-background);
|
background: var(--status-danger-background);
|
||||||
|
@ -52,3 +52,10 @@
|
||||||
.icon_e44302 path[d^="M18.09 1.63"] {
|
.icon_e44302 path[d^="M18.09 1.63"] {
|
||||||
fill: var(--status-danger-background) !important;
|
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;
|
||||||
|
}
|
||||||
|
|
|
@ -25,3 +25,9 @@
|
||||||
.icon_e44302 path[d^="M16 4h.5v"] {
|
.icon_e44302 path[d^="M16 4h.5v"] {
|
||||||
fill: var(--yellow-200) !important;
|
fill: var(--yellow-200) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*--- Message bar Channels ---*/
|
||||||
|
.icon_f23da8 path[d^="M16 4h.5v"] {
|
||||||
|
fill: var(--yellow-200) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue