mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-06-05 01:13:41 +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
|
@ -5,7 +5,7 @@
|
|||
* @description Recolors channel icons to make them easier to notice.
|
||||
*/
|
||||
|
||||
/*--- Channel&Roles Channel List Icon Recolor---*/
|
||||
/*--- Channel&Roles Channel List Icon Recolor ---*/
|
||||
.icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] {
|
||||
color: var(--green-360) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
|
@ -21,9 +21,14 @@
|
|||
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 ---*/
|
||||
.icon_d8bfb3:has(path[d^="M18.09 1.63"]) path[d^="M18.09 1.63"] {
|
||||
fill: var(--status-danger-background) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
|
@ -37,14 +42,19 @@
|
|||
.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---*/
|
||||
/*--- Lock Icon Channel List Recolor ---*/
|
||||
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
|
||||
fill: var(--yellow-200) !important;
|
||||
border: 1px solid rebeccapurple !important; }
|
||||
|
||||
/*---Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason)----*/
|
||||
/*--- Stages Lock Icon Channel List Recolor (since they use a differnt lock for some reason) ----*/
|
||||
.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
|
||||
fill : var(--yellow-200) !important;
|
||||
border: 1px solid rebeccapurple !important;
|
||||
|
@ -58,4 +68,9 @@
|
|||
/*--- Chat (older) Lock Icon Recolor ---*/
|
||||
.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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue