vencord/src/plugins/CopyFileContents/style.css

8 lines
141 B
CSS

.vc-cfc-button {
color: var(--interactive-normal);
cursor: pointer;
}
.vc-cfc-button:hover {
color: var(--interactive-hover);
}