From 9b2963f886a2cacdb472b5debfeb9fae70eece34 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 31 Jan 2024 06:58:07 -0500 Subject: [PATCH] Minor changes to Header CSS --- src/styles/Header.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/styles/Header.scss b/src/styles/Header.scss index 4bc98c8..2119a07 100644 --- a/src/styles/Header.scss +++ b/src/styles/Header.scss @@ -4,8 +4,8 @@ header { left: 0px; width: 100%; backdrop-filter: blur(10px); - background: rgb(13 13 13 / 80%); - border-bottom: 1px gray solid; + background: rgb(13 13 13 / 50%); + border-bottom: 1px rgb(33, 33, 33) solid; display: flex; justify-content: center; align-content: center; @@ -19,6 +19,7 @@ header { cursor: default; a { text-decoration: none; + color: white; } .header-start { a {