mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-22 22:14:44 -04:00
9 lines
137 B
CSS
9 lines
137 B
CSS
.link {
|
|
composes: link from 'Components/Link/Link.css';
|
|
|
|
&:hover {
|
|
color: $linkHoverColor;
|
|
text-decoration: underline;
|
|
}
|
|
}
|