mirror of
https://github.com/Vendicated/Vencord.git
synced 2025-01-26 17:26:22 +00:00
74fd85bd3d
Also fixed an IgnoreActivities patch and added a README to it
8 lines
141 B
CSS
8 lines
141 B
CSS
.vc-cfc-button {
|
|
color: var(--interactive-normal);
|
|
cursor: pointer;
|
|
}
|
|
|
|
.vc-cfc-button:hover {
|
|
color: var(--interactive-hover);
|
|
}
|