From b1b92510f32e8d1272b996767dfd44470559dc4b Mon Sep 17 00:00:00 2001 From: Claude Dev Date: Sun, 15 Mar 2026 20:48:31 +0100 Subject: [PATCH] fix: Info-Icon Schrift von Caps auf normale Serif-Schrift Co-Authored-By: Claude Opus 4.6 (1M context) --- src/static/css/style.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index 3dba39c..20fc127 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -4874,10 +4874,11 @@ a.map-popup-article:hover { border-radius: 50%; border: 1px solid var(--text-disabled); color: var(--text-disabled); - font-size: 9px; - font-weight: 600; + font-size: 10px; + font-weight: 400; font-style: normal; - font-family: inherit; + font-family: serif; + text-transform: none; cursor: help; margin-left: 5px; position: relative;