diff --git a/resources/assets/stylesheets/less/header.less b/resources/assets/stylesheets/less/header.less
index ef4e4442a1607f5d0d8403cd6e4db6d4123ac59d..118fd068acc54dc5eea764381026ff4c650d3903 100644
--- a/resources/assets/stylesheets/less/header.less
+++ b/resources/assets/stylesheets/less/header.less
@@ -42,7 +42,7 @@ html {
         margin: 0 6px;
         text-decoration: none;
         &:hover {
-            color: @contrast-content-hovergray;
+            text-decoration: underline;
         }
     }
 }