diff --git a/themes/finc/scss/_customVariables.scss b/themes/finc/scss/_customVariables.scss
index 5156d482368240479f39615b4235d7c7739441ce..698577db3c2dd7f1a1ce485571106f9c6f37496f 100644
--- a/themes/finc/scss/_customVariables.scss
+++ b/themes/finc/scss/_customVariables.scss
@@ -174,7 +174,7 @@ $margin-right-width: inherit !default;
 // *****************************************************************
 $link-color: $brand-primary !default;
 $link-hover-color: darken($link-color, 15%) !default;
-$link-text-decoration: none !default;
+$link-text-decoration: underline !default;
 $link-hover-decoration: $link-text-decoration !default;
 $link-on-dark-bg-color: invert($link-color) !default;