From eb0cde9a381222cf8cef8680d7485caf8253f7ca Mon Sep 17 00:00:00 2001 From: Emil Balicki Date: Tue, 28 May 2024 20:42:34 +0200 Subject: [PATCH] Background Signed-off-by: Emil Balicki --- frontend/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/App.css b/frontend/src/App.css index 2100c970..0f4002e4 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -3,6 +3,7 @@ flex-direction: column; height: 100svh; max-height: 100vh; + background-color: red !important; } .header {