7 lines
91 B
SCSS
7 lines
91 B
SCSS
a.link-invert {
|
|
text-decoration: none;
|
|
|
|
&:hover {
|
|
text-decoration: underline;
|
|
}
|
|
} |