www-new/components/Link.module.css

11 lines
170 B
CSS

.link {
color: var(--primary-accent);
transition-duration: 0.3s;
text-decoration: none;
white-space: normal;
}
.link:hover {
color: var(--secondary-accent);
}