Vencord/src/plugins/copyFileContents/style.css

10 lines
164 B
CSS
Raw Normal View History

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