From e9507dec91b4f84b66022bc50cbf98e3a7c931f5 Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Tue, 26 Mar 2024 23:51:51 +0100
Subject: [PATCH] Use standard blue for links

---
 sass/style.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sass/style.scss b/sass/style.scss
index 2ae1852e..f7e3418c 100644
--- a/sass/style.scss
+++ b/sass/style.scss
@@ -13,7 +13,7 @@
   $scheme-main-ter: teckids.$orange-light,
   $primary: teckids.$orange,
   $info: teckids.$blue,
-  $link: teckids.$blue-dark,
+  $link: teckids.$blue,
   $navbar-burger-color: white,
   $footer-background-color: teckids.$blue-light,
 );
-- 
GitLab