no message

This commit is contained in:
belevo\mh
2025-12-18 07:18:41 +01:00
parent fdc23168b3
commit ba99c8f2e3

View File

@@ -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;
}
</style>