mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-18 22:54:34 +00:00
9 lines
138 B
CSS
9 lines
138 B
CSS
.link {
|
|
composes: link from '~Components/Link/Link.css';
|
|
|
|
&:hover {
|
|
color: $linkHoverColor;
|
|
text-decoration: underline;
|
|
}
|
|
}
|