mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
47 lines
1.4 KiB
CSS
47 lines
1.4 KiB
CSS
/**
|
|
* @name IconRecolors
|
|
* @author krystalskullofficial (and maybe byeoon)
|
|
* @version 3.0
|
|
* @description Recolors channel icons to make them easier to notice.
|
|
*/
|
|
|
|
/*--- 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;
|
|
}
|
|
/*--- Channel&Roles Chat Icon Recolor ---*/
|
|
.icon_e44302 path[d^="M18.5 23c.88"] {
|
|
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"] {
|
|
fill: var(--text-danger) !important;
|
|
border: 1px solid rebeccapurple !important;
|
|
}
|
|
/*--- 'NSFW' Chat Icon Recolor ---*/
|
|
.icon_e44302 path[d^="M18.09.63"] {
|
|
fill: var(--text-danger) !important;
|
|
}
|
|
|
|
/*-------------------------------------------*/
|
|
|
|
/*---Lock Channel List Icon Recolor---*/
|
|
.icon_d8bfb3:has(path[d^="M16 4h.5v"]) path[d^="M16 4h.5v"] {
|
|
fill: #fffaa0 !important;
|
|
border: 1px solid rebeccapurple !important;
|
|
}
|
|
|
|
/*---Stages Channel List Icon (since they use a differnt lock for some reason)----*/
|
|
.icon_d8bfb3:has(path[d^="M16.5 18H16a1"]) path[d^="M16.5 18H16a1"] {
|
|
fill : #fffaa0 !important;
|
|
border: 1px solid rebeccapurple !important;
|
|
}
|
|
|
|
/*--- Chat Lock Icon Recolor ---*/
|
|
.icon_e44302 path[d^="M16 4h.5v"] {
|
|
fill: #fffaa0 !important;
|
|
}
|