MNEMONIC-372: Hard to see the text underline marked with tooltip
diff --git a/src/css/screen.scss b/src/css/screen.scss
index e558439..a878a2d 100644
--- a/src/css/screen.scss
+++ b/src/css/screen.scss
@@ -389,6 +389,8 @@
     .tooltip {
       position: relative;
       text-decoration: underline;
+      text-decoration-color: grey;
+      text-decoration-style: wavy;
       cursor: pointer;
       //Tooltip text container
       &::before {