Vencord/src/plugins/copyFileContents/style.css

9 lines
141 B
CSS
Raw Normal View History

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