From ba99c8f2e3211d6a315ba8a8cfcc091fbc24e711 Mon Sep 17 00:00:00 2001 From: "belevo\\mh" Date: Thu, 18 Dec 2025 07:18:41 +0100 Subject: [PATCH] no message --- Energy_Pie/module.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Energy_Pie/module.html b/Energy_Pie/module.html index 3275924..6397d9b 100644 --- a/Energy_Pie/module.html +++ b/Energy_Pie/module.html @@ -77,6 +77,23 @@ position:relative; z-index:1; } + #period { + font-size: 15px; /* größer */ + font-weight: 600; /* dicker */ + letter-spacing: 0.2px; + opacity: 0.95; + } + + /* Werte-Zeile (Produktion / Verbrauch / …) */ + #hint { + margin-top: 6px; + font-size: 15px; /* größer */ + font-weight: 700; /* noch etwas dicker */ + letter-spacing: 0.3px; + opacity: 1; + } + +