mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 10:26:21 +00:00
8 lines
172 B
CSS
8 lines
172 B
CSS
|
.vc-toolbox-btn svg {
|
||
|
color: var(--interactive-normal);
|
||
|
}
|
||
|
|
||
|
:is(.vc-toolbox-btn:hover, .vc-toolbox-btn[class*="selected"]) svg {
|
||
|
color: var(--interactive-active);
|
||
|
}
|