mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-15 00:38:27 +00:00
12 lines
208 B
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;
|
|
}
|