From 0fa26ddf5ac2a000d74cd14f5d50f5943aa5fcb6 Mon Sep 17 00:00:00 2001 From: nessi Date: Sat, 7 Feb 2026 12:39:14 +0100 Subject: [PATCH] Refactor HUD styling for cleaner and simpler design. Simplified the background, padding, and shadow styles while adjusting dimensions for a more refined appearance. These changes improve maintainability and provide a sleeker visual presentation. --- frontend/src/App.jsx | 201 ++++++++++++++++++++----------------------- 1 file changed, 91 insertions(+), 110 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 795733f..2a47df9 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -424,143 +424,124 @@ export default function App() { }; const HogwartsPointsCard = ({ value = 0 }) => { - const GOLD = "#f2d27a"; + const GOLD = "#f2d27a"; - return ( - // SLOT: gleiche "Card"-Geometrie wie deine Placeholders (Spacing/Radius) + return ( +
+ {/* Dünnes Pergament */}