2021-11-27 17:43:51 +01:00

12 lines
123 B
SCSS

.Link {
color: inherit;
&:hover {
color: inherit;
&.GroupCallLink {
text-decoration: none;
}
}
}