From c1d93bf30dad3d35cb65ae5b3a4b45e579befcda Mon Sep 17 00:00:00 2001 From: Shraddha <shraddharaghuram@student.tudelft.nl> Date: Fri, 23 Aug 2024 10:09:32 +0000 Subject: [PATCH] remove red background --- static/navbar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/static/navbar.css b/static/navbar.css index 5676c54..f70c72e 100644 --- a/static/navbar.css +++ b/static/navbar.css @@ -48,7 +48,6 @@ body{ background-position-x: -30px; text-decoration: none; background-repeat: no-repeat; */ - background-color: red; flex-basis: 200px; /* Make sure this is large enough for the logo */ height: 100%; /* Ensure the icon container height matches the nav */ margin: 0 30px; /* Adjust margin to properly position the logo */ -- GitLab