Lidarr/frontend/src/Album/AlbumTitleLink.css

9 lines
138 B
CSS

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