1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-26 18:48:28 -04:00
jarv.is/components/CopyButton/CopyButton.module.css

9 lines
97 B
CSS

.copy {
line-height: 1;
cursor: pointer;
}
.success {
color: var(--success) !important;
}