Alexander Zinchuk 3afcde3217 Initial commit
2021-04-09 14:11:51 +03:00

8 lines
65 B
SCSS

.Link {
color: inherit;
&:hover {
color: inherit;
}
}