From 018d735c632ff3390ef71e2e8ebc76191e8df6fc Mon Sep 17 00:00:00 2001 From: AbdullahUmer575 Date: Sat, 6 May 2023 19:47:28 +0500 Subject: [PATCH] fixed minor css mistake --- frontend/src/static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/static/style.css b/frontend/src/static/style.css index 62a8f43d..431814e1 100644 --- a/frontend/src/static/style.css +++ b/frontend/src/static/style.css @@ -124,7 +124,7 @@ body { SIDEBAR STYLE ----------------------------------------------------- */ #navbar { - width: 100%sideba; + width: 100%; background-color: var(--navbar-color); }