Vencord/src/plugins/vencordToolbox/index.css

8 lines
172 B
CSS
Raw Normal View History

.vc-toolbox-btn svg {
color: var(--interactive-normal);
}
:is(.vc-toolbox-btn:hover, .vc-toolbox-btn[class*="selected"]) svg {
color: var(--interactive-active);
}