From cb01cdcf2ac1fbbc9adea1adac7efcdca0870ff3 Mon Sep 17 00:00:00 2001
From: Alexander Purr <purr@ub.uni-leipzig.de>
Date: Thu, 29 Sep 2022 16:47:01 +0200
Subject: [PATCH] refs #22452 [fid_adlr] remove default underlining from finc

---
 themes/fid_adlr/scss/_customVariables.scss | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/themes/fid_adlr/scss/_customVariables.scss b/themes/fid_adlr/scss/_customVariables.scss
index 758a54ad3ba..d5e03116a0d 100644
--- a/themes/fid_adlr/scss/_customVariables.scss
+++ b/themes/fid_adlr/scss/_customVariables.scss
@@ -395,3 +395,17 @@ $z-index: (
   navigation-overlay : 400,
 );
 //// Z-Index - END
+
+// *****************************************************************
+// ************ Default anchor/link styles general *****************
+// *****************************************************************
+//$link-color: $brand-primary !default;
+//$link-hover-color: darken($link-color, 15%) !default;
+$link-text-decoration: none;
+//$link-hover-decoration: underline !default;
+//$link-on-dark-bg-color: invert($link-color) !default;
+
+//// see also '$state-link-hover-color' below
+
+//$mainbody-link-text-decoration: $link-text-decoration;
+
-- 
GitLab