diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 1141369..c84589e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -4010,7 +4010,7 @@ function PublicKoepi({ token }) {

- 🍺 KÖPI — König Pilsener + 🍺 Wöchentliche Prospekte

Öffentlich geteilte Ansicht · nur Lesezugriff diff --git a/frontend/src/lib.js b/frontend/src/lib.js index b0c409b..28ffe7d 100644 --- a/frontend/src/lib.js +++ b/frontend/src/lib.js @@ -72,4 +72,9 @@ export const S = { color: 'rgba(255,255,255,0.6)', fontSize: 10, 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, + }, };