diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 3f77a31..973e5d2 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -424,78 +424,85 @@ export default function App() { }; const HogwartsPointsCard = ({ value = 0 }) => { - const GOLD = "#f2d27a"; // echtes Gold, unabhängig vom Theme - const GOLD2 = "#caa24a"; // dunkleres Gold für Rand + const GOLD = "#f2d27a"; + const GOLD2 = "#caa24a"; return (
{/* Header */} -
+
Hogwarts Points
- {/* Medallion / parchment inset */} + {/* Pergament */}
- {/* paper speckles */} + {/* Papier-Flecken / Grain */}
- {/* gold frame line */} + {/* Goldene Innenlinie */}
- {/* value */} + {/* Wert */}
{value} @@ -522,11 +529,11 @@ export default function App() { style={{ color: GOLD, fontWeight: 900, - fontSize: 18, - letterSpacing: 1.3, - transform: "translateY(-6px)", + fontSize: 17, + letterSpacing: 1.2, + transform: "translateY(-5px)", textShadow: - "0 1px 0 rgba(0,0,0,0.22), 0 0 14px rgba(242,210,122,0.18)", + "0 1px 0 rgba(0,0,0,0.32), 0 0 14px rgba(242,210,122,0.20)", opacity: 0.95, }} > @@ -534,19 +541,19 @@ export default function App() {
- {/* small stamp */} + {/* Siegel */}