8 lines
65 B
SCSS
8 lines
65 B
SCSS
.Link {
|
|
color: inherit;
|
|
|
|
&:hover {
|
|
color: inherit;
|
|
}
|
|
}
|