From 3500b970756c5139d67c8d17fa989424146b3ac9 Mon Sep 17 00:00:00 2001 From: Murdock9803 Date: Fri, 10 Nov 2023 22:23:40 +0530 Subject: [PATCH] removes additional bg-color for navbar (#357) --- docs/styles/theme.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/styles/theme.css b/docs/styles/theme.css index 0d32d72..2c94c0b 100644 --- a/docs/styles/theme.css +++ b/docs/styles/theme.css @@ -102,7 +102,6 @@ div[style="overflow: auto"]{ margin-right: 5%; } body.close .sidebar-toggle{ - background-color: white; width: 296px; } }