From 869f005ccbcbefe080ab47246ae5cfb310ae3ea3 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Sat, 9 Aug 2025 02:58:48 +0200 Subject: [PATCH] =?UTF-8?q?Nightly:=20Einheitliche=20Tab-Schriftgr=C3=B6?= =?UTF-8?q?=C3=9Fe=20(.875rem)=20=C3=BCber=20alle=20Themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/styles.css b/web/src/styles.css index 6c36c67..05c8167 100644 --- a/web/src/styles.css +++ b/web/src/styles.css @@ -640,6 +640,7 @@ header p { border-radius: 0.5rem; background: #374151; /* bg-gray-700 */ color: #ffffff; + font-size: .875rem; /* einheitliche Schriftgröße wie andere Themes */ font-weight: 700; border: none; transition: background-color .2s ease, transform .2s ease;