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);
|
|
}
|