From 153a7a05629887bc4e7e4898e092462cb3a7ff53 Mon Sep 17 00:00:00 2001 From: Cassidy Williams <1454517+cassidoo@users.noreply.github.com> Date: Fri, 27 Jan 2023 00:02:39 -0600 Subject: [PATCH] Make navbar background less transparent --- src/style/global.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style/global.css b/src/style/global.css index 4996057..facd8f1 100644 --- a/src/style/global.css +++ b/src/style/global.css @@ -55,7 +55,7 @@ button.dark-mode button { color: var(--white); } body.dark-mode nav { - background: rgba(0, 0, 0, 0.8); + background: rgba(0, 0, 0, 0.9); } header { @@ -70,7 +70,7 @@ nav { position: sticky; top: 0; text-align: center; - background: rgba(255, 255, 255, 0.8); + background: rgba(255, 255, 255, 0.9); } nav a {