Browse Source

Add back underlines to links in posts

pull/1386/head
Jacob Willden 1 month ago committed by GitHub
parent
commit
7a5bec5d6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      app/javascript/styles/mastodon/components.scss

2
app/javascript/styles/mastodon/components.scss

@ -848,7 +848,7 @@ body > [data-popper-placement] {
a {
color: $secondary-text-color;
text-decoration: none;
text-decoration: underline;
unicode-bidi: isolate;
&:hover {

Loading…
Cancel
Save