mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-11 10:26:21 +00:00
79295683ee
Co-authored-by: V <vendicated@riseup.net>
8 lines
176 B
CSS
8 lines
176 B
CSS
.vc-pip-button {
|
|
color: var(--interactive-normal);
|
|
}
|
|
|
|
.vc-pip-button:hover {
|
|
background-color: var(--background-modifier-hover);
|
|
color: var(--interactive-hover);
|
|
}
|