lostplaces-frontend/components/01_Atoms/link/_link.scss

8 lines
170 B
SCSS
Raw Normal View History

2020-07-17 17:55:46 +02:00
.LP-Link {
color: $-secondary-color;
text-decoration: none;
font-family: $-primary-accent-font;
&:hover {
color: $-secondary-accent-color;
}
}