From c68a7f12a2dbd6926e0e6f7c390107b86ab10681 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sat, 19 Jul 2025 00:17:49 -0400 Subject: [PATCH] Remove overlaying backgrounds in the main header --- public_html/css/hpr.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index e5e15d1..d1b8ef6 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -104,6 +104,7 @@ body > header { justify-content: space-between; padding: 0.25rem; background-image: url("/images/main-header-background.png"); + background-size: cover; color: var(--banner-text-primary); align-items: center; } @@ -112,6 +113,7 @@ body > header > * { padding: 0; flex: 1 1 auto; padding: 0.5rem; + background-image: none; } body > main { flex: 1 0 auto;