diff --git a/app/assets/stylesheets/generic/typography.scss b/app/assets/stylesheets/generic/typography.scss
index 9aa819d40fc847ff04d1c23191d3a8027c6cf2cd..47802559a2c9bb3187944f282cc3b3606b14d6a9 100644
--- a/app/assets/stylesheets/generic/typography.scss
+++ b/app/assets/stylesheets/generic/typography.scss
@@ -40,7 +40,7 @@ a {
   outline: none;
   color: $link_color;
   &:hover {
-    text-decoration: none;
+    text-decoration: underline;
     color: $link_hover_color;
   }