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 (