diff --git a/news/routes/Show/Show.js b/news/routes/Show/Show.js
index 64323e1a86..2598e119f9 100644
--- a/news/routes/Show/Show.js
+++ b/news/routes/Show/Show.js
@@ -48,6 +48,10 @@ const styles = `
padding-top: 5px;
}
+ .show-article a {
+ text-decoration: underline;
+ }
+
.feature-image-wrapper {
padding-top: 32px;
}
@@ -194,6 +198,7 @@ class ShowArticle extends Component {
) : null}
+