From 6017bd2cd3c5dd158a599d5af4b101a5f3528840 Mon Sep 17 00:00:00 2001 From: jbergner Date: Mon, 5 May 2025 21:46:31 +0200 Subject: [PATCH] =?UTF-8?q?CSS=20f=C3=BCr=20BITV=20angepasst?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/web/static/main.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/internal/web/static/main.css b/internal/web/static/main.css index a02ea0a..cf9029d 100644 --- a/internal/web/static/main.css +++ b/internal/web/static/main.css @@ -20,8 +20,8 @@ --bg: #f5f7fa; --bg-alt: #ffffff; --card-bg: #ffffff; - --text: #1f2933; - --text-muted: #64748b; + --text: #000000; + --text-muted: #1f2933; --accent: #2563eb; /* Indigo‑600 */ --accent-light: #3b82f6; /* Indigo‑500 */ --code-bg: #f1f5f9; @@ -40,8 +40,8 @@ --bg: #0d1117; --bg-alt: #161b22; --card-bg: #161b22; - --text: #c9d1d9; - --text-muted: #8b949e; + --text: #ffffff; + --text-muted: #e4e8ec; --accent: #3b82f6; --accent-light:#60a5fa; --code-bg: #1e242c; @@ -60,7 +60,7 @@ body { } a { color: var(--accent); - text-decoration: none; + text-decoration: underline dotted; transition: color .15s; } a:hover { color: var(--accent-light); }