mirror of
https://github.com/KrstlSkll69/vc-snippets.git
synced 2025-04-19 20:55:22 +02:00
Bug Fix
This commit is contained in:
parent
5c20528912
commit
848cb1752c
1 changed files with 5 additions and 1 deletions
|
@ -5,9 +5,13 @@
|
||||||
* @description recolors the icon on Channel & Role tab so they are easier to see/notice
|
* @description recolors the icon on Channel & Role tab so they are easier to see/notice
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*--- Icon Recolor---*/
|
/*--- Channel List Icon Recolor ---*/
|
||||||
.icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] {
|
.icon_d8bfb3:has(path[d^="M18.5 23c.88"]) path[d^="M18.5 23c.88"] {
|
||||||
color: var(--green-360) !important;
|
color: var(--green-360) !important;
|
||||||
border: 1px solid rebeccapurple !important;
|
border: 1px solid rebeccapurple !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*--- Chat Icon Recolor ----*/
|
||||||
|
.icon_e44302 path[d^="M18.5 23c.88"] {
|
||||||
|
fill: var(--green-360) !important;
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue