mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-02-25 07:48:32 +00:00
9 lines
141 B
CSS
9 lines
141 B
CSS
|
.vc-cfc-button {
|
||
|
color: var(--interactive-normal);
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.vc-cfc-button:hover {
|
||
|
color: var(--interactive-hover);
|
||
|
}
|