mastodon-glitch/app/javascript/glitch/components/common/link/style.scss

12 lines
208 B
SCSS

@import 'variables';
/*
Most link styling happens elsewhere but we disable text-decoration
here.
*/
.glitch.glitch__common__link {
display: inline;
color: $ui-secondary-color;
text-decoration: none;
}