From 2291d66ce91a3798a13cfa3b1bb4a99a995d522f Mon Sep 17 00:00:00 2001 From: Tobias Leuschner Date: Sun, 22 Feb 2026 14:30:21 +0100 Subject: [PATCH] =?UTF-8?q?Verbessere=20die=20Lesbarkeit=20des=20rechtlich?= =?UTF-8?q?en=20Fu=C3=9Fbereichs=20durch=20Anpassung=20der=20Link-=20und?= =?UTF-8?q?=20Textfarben?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index f8e2161..cd565ed 100644 --- a/css/style.css +++ b/css/style.css @@ -49,14 +49,14 @@ body::before { z-index: 100; } #legal-bar a { - color: rgba(255,255,255,0.3); + color: rgba(255,255,255,0.55); font-size: 11px; text-decoration: none; margin: 0 6px; transition: color 150ms ease; } -#legal-bar a:hover { color: rgba(255,255,255,0.65); } -#legal-bar span { color: rgba(255,255,255,0.15); font-size: 11px; } +#legal-bar a:hover { color: rgba(255,255,255,0.85); } +#legal-bar span { color: rgba(255,255,255,0.4); font-size: 11px; } /* ── Overlay card ── */ #overlay { @@ -98,7 +98,7 @@ body::before { .hint { font-size: 12px !important; - color: rgba(255,255,255,0.35) !important; + color: rgba(255,255,255,0.55) !important; margin-top: 4px !important; }