From 15d59360c2d834a7750d014c7fddc6f6f098dccd Mon Sep 17 00:00:00 2001 From: nessi Date: Tue, 3 Feb 2026 12:11:53 +0100 Subject: [PATCH] Add background styling and map illustration This commit introduces a new design for the application background by adding a fixed map illustration and ink vignette effects. It updates the login and main page to include these background elements and applies corresponding CSS styles for a polished and immersive appearance. --- frontend/src/App.jsx | 74 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 8db4380..0d4954a 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -232,6 +232,8 @@ export default function App() { document.body.style.margin = "0"; document.documentElement.style.padding = "0"; document.body.style.padding = "0"; + document.documentElement.style.background = "#2a1c12"; + document.body.style.background = "#2a1c12"; }, []); // ✅ Global CSS (NO HOVER on rows, NO paper edges) @@ -377,6 +379,10 @@ export default function App() { if (!me) { return (
+