Eugen Rochko
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
1 deletions
-
app/javascript/styles/mastodon/components.scss
|
|
@ -886,7 +886,7 @@ |
|
|
|
} |
|
|
|
|
|
|
|
a { |
|
|
|
color: $highlight-text-color; |
|
|
|
color: $secondary-text-color; |
|
|
|
text-decoration: none; |
|
|
|
|
|
|
|
&:hover { |
|
|
@ -902,6 +902,10 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
&.unhandled-link { |
|
|
|
color: lighten($ui-highlight-color, 8%); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|