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