www-new/components/Link.module.css

12 lines
197 B
CSS

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