8 lines
170 B
SCSS
8 lines
170 B
SCSS
|
.LP-Link {
|
||
|
color: $-secondary-color;
|
||
|
text-decoration: none;
|
||
|
font-family: $-primary-accent-font;
|
||
|
&:hover {
|
||
|
color: $-secondary-accent-color;
|
||
|
}
|
||
|
}
|