From faf2676fcbded77e8262b409c134f3e0f3deca26 Mon Sep 17 00:00:00 2001 From: Brian DePasquale Date: Sat, 3 Aug 2024 09:09:44 -0400 Subject: [PATCH] update background header again --- _styles/header.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_styles/header.scss b/_styles/header.scss index dcc4b1a0aa..cd0e7f3ec5 100644 --- a/_styles/header.scss +++ b/_styles/header.scss @@ -14,7 +14,7 @@ header { flex-wrap: wrap; gap: 20px; padding: 20px; - background: $white; + background:#ffffff; box-shadow: var(--shadow); @if $sticky {