From 707c350091163d51be1f597c8bc674874732676e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=BCrgen=20Voskuhl?= <juergen.voskuhl@itcv-software.com>
Date: Sat, 30 Sep 2023 21:51:00 +0200
Subject: [PATCH] Harmonize link colors

---
 pages/standards/index.tsx | 2 +-
 styles/it-standards.scss  | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pages/standards/index.tsx b/pages/standards/index.tsx
index d2fc53e..b8a90a5 100644
--- a/pages/standards/index.tsx
+++ b/pages/standards/index.tsx
@@ -287,7 +287,7 @@ export default function ({ contentsString }) {
                         Dein zukünftiger Inhalt
                                             </p>
                                         </div>
-                                        <div className="mt-2 text-sm text-gray-700 space-y-4">
+                                        <div className="advice mt-2 text-sm text-gray-700 space-y-4">
                       Du kennst weitere Inhalte, die hier nicht gelistet sind? Kontaktiere uns und gebe uns darüber Bescheid. Am einfachsten geht das über unseren Issue-Tracker im Open Source Code Repository der öffentlichen Verwaltung. Schau vor Deinem Feedback bitte in die <a className='text-blue-500' href='https://gitlab.opencode.de/fitko/feedback/-/issues'>Liste der bestehenden Issues</a> und erstelle erst dann <a className='text-blue-500' href='https://gitlab.opencode.de/fitko/feedback/-/issues/new'>ein neues Issue</a>.
                                         </div>
                                         <div className="mt-6 flex justify-end space-x-8" id="kontakt-link">
diff --git a/styles/it-standards.scss b/styles/it-standards.scss
index b2bba75..8ec7ee3 100644
--- a/styles/it-standards.scss
+++ b/styles/it-standards.scss
@@ -6,9 +6,12 @@
     --tw-text-opacity: 1;
     color: rgb(59 130 246 / var(--tw-text-opacity));
 }
+.it-standards header a,
 .infoboxes a{
     color:blue;
 }
+.advice a:hover,
+.it-standards header a:hover,
 .it-standard .cms-blog-text p a:hover,
 .infoboxes a:hover{
     text-underline-offset:2px;
-- 
GitLab