From 5e28fe4d9382483f36f9c4cf7e5250def74c329b Mon Sep 17 00:00:00 2001 From: Alex Cabal Date: Sat, 25 Jun 2022 19:39:36 -0500 Subject: [PATCH] Tweak header CSS --- www/css/core.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/css/core.css b/www/css/core.css index 272b3b7e..066f75fb 100644 --- a/www/css/core.css +++ b/www/css/core.css @@ -299,9 +299,8 @@ body > header{ background: #394451; display: flex; justify-content: space-around; - border-bottom: 1px solid var(--border); + border-bottom: 5px solid rgba(0, 0, 0 , .25); padding: 1.5rem 0; - box-shadow: 0 0 8px rgba(0, 0, 0, 1); position: relative; width: calc(100% + 2rem + 2rem); z-index: 100; /* to step on the splash box shadow */