diff --git a/Changelog.md b/Changelog.md index 1d12c8611..1c034f719 100644 --- a/Changelog.md +++ b/Changelog.md @@ -13,6 +13,7 @@ * Fix notification mails for limited posts [#5877](https://github.com/diaspora/diaspora/pull/5877) * Fix medium and small avatar URLs when using Camo [#5883](https://github.com/diaspora/diaspora/pull/5883) * Improve output of script/server [#5885](https://github.com/diaspora/diaspora/pull/5885) +* Fix CSS for bold links [#5887](https://github.com/diaspora/diaspora/pull/5887) ## Features * Hide post title of limited post in comment notification email [#5843](https://github.com/diaspora/diaspora/pull/5843) diff --git a/app/assets/stylesheets/new_styles/_typography.scss b/app/assets/stylesheets/new_styles/_typography.scss index 7b91f548b..d56f074f0 100644 --- a/app/assets/stylesheets/new_styles/_typography.scss +++ b/app/assets/stylesheets/new_styles/_typography.scss @@ -17,11 +17,7 @@ weight : normal; } -body, p, h1, h2, h3, h4, h5, h6, textarea, input, * { +body, p, h1, h2, h3, h4, h5, h6, textarea, input { font-family : "Helvetica Neue", Helvetica, sans-serif; font-weight : normal; } - -a { - font-family : inherit; -}