Files
Readarr/frontend/src/Album/AlbumTitleLink.css
T

9 lines
137 B
CSS

.link {
composes: link from 'Components/Link/Link.css';
&:hover {
color: $linkHoverColor;
text-decoration: underline;
}
}