fix: fehlenden S.sub Stil in lib.js ergaenzt (behebt unsichtbaren Text in Statistik/KoePi/Wettrechner), oeffentliche KoePi-Ueberschrift geaendert

This commit is contained in:
2026-07-18 14:47:30 +02:00
parent c637560f3f
commit e8130a35b3
2 changed files with 6 additions and 1 deletions

View File

@@ -4010,7 +4010,7 @@ function PublicKoepi({ token }) {
<div style={{ minHeight:'100vh', background:'#0f1117', padding:'20px 14px' }}> <div style={{ minHeight:'100vh', background:'#0f1117', padding:'20px 14px' }}>
<div style={{ maxWidth:700, margin:'0 auto' }}> <div style={{ maxWidth:700, margin:'0 auto' }}>
<h2 style={{ margin:'0 0 4px 0', fontSize:16, fontFamily:'monospace', color:'rgba(255,255,255,0.6)', letterSpacing:2, fontWeight:400 }}> <h2 style={{ margin:'0 0 4px 0', fontSize:16, fontFamily:'monospace', color:'rgba(255,255,255,0.6)', letterSpacing:2, fontWeight:400 }}>
🍺 KÖPI König Pilsener 🍺 Wöchentliche Prospekte
</h2> </h2>
<div style={{ color:'rgba(255,255,255,0.25)', fontFamily:'monospace', fontSize:10, marginBottom:16 }}> <div style={{ color:'rgba(255,255,255,0.25)', fontFamily:'monospace', fontSize:10, marginBottom:16 }}>
Öffentlich geteilte Ansicht · nur Lesezugriff Öffentlich geteilte Ansicht · nur Lesezugriff

View File

@@ -72,4 +72,9 @@ export const S = {
color: 'rgba(255,255,255,0.6)', fontSize: 10, color: 'rgba(255,255,255,0.6)', fontSize: 10,
fontFamily: 'monospace', letterSpacing: 2, marginBottom: 14, fontFamily: 'monospace', letterSpacing: 2, marginBottom: 14,
}, },
// Untergeordneter/Hilfstext (Beschreibungen, Hinweise)
sub: {
color: 'rgba(255,255,255,0.4)', fontSize: 11,
fontFamily: 'monospace', lineHeight: 1.5,
},
}; };