www-new/components/Link.module.css

11 lines
152 B
CSS
Raw Normal View History

2021-06-13 15:36:34 -04:00
.link {
color: var(--blue-2);
transition-duration: 0.3s;
text-decoration: none;
white-space: normal;
}
.link:hover {
color: var(--teal-2);
}