diff --git a/plugins/Morpheus/stylesheets/main.less b/plugins/Morpheus/stylesheets/main.less
index 7f709e8c1b792279f6f020cdb1bc8a906c784e9e..e3fffad4b85c6d4e1178d7a2cfd69c7d1af364cc 100644
--- a/plugins/Morpheus/stylesheets/main.less
+++ b/plugins/Morpheus/stylesheets/main.less
@@ -26,9 +26,11 @@ h2 {
     width: 100%;
     padding: 16px 0 16px 0;
     margin: 0;
-    a, a:hover {
-        text-decoration: none;
+    .inlineHelp {
+      a, a:hover {
+        text-decoration: underline;
         color: @theme-color-text;
+      }
     }
 }
 h3 {