Vencord/src/plugins/vencordToolbox/index.css
AutumnVN 3a54a24c70
VencordToolbox: Change img icon to svg (#1059)
Co-authored-by: V <vendicated@riseup.net>
2023-05-05 16:41:01 +00:00

7 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);
}