From d23f493dad583fa6fed1ea6bdaba11b863a062d9 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 20 Oct 2022 20:48:29 +0100 Subject: [PATCH] Change sidebar bg-color --- style/new_style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style/new_style.css b/style/new_style.css index 99232d4..4cd84a2 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -68,9 +68,9 @@ body { margin: auto; height: 100%; display: block; - max-width: 300px; + max-width: 60%; width: 0; - background-color: darkslategrey; + background-color: rgba(29,49,49,0.9); transition: 0.7s; } #sidebar a {