From 97116aad4b2f34d71132a33eb533ca62320a50c4 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 24 Aug 2025 21:32:20 -0400 Subject: [PATCH] Add fallback background color to main header --- public_html/css/hpr.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 104612d..71ba05f 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -29,7 +29,7 @@ https://creativecommons.org/publicdomain/ --background-primary: #fffff7/*#fafafa#fbfbee #dfdfdf */; --text-primary: #4d4d4d; /* HPR Grey */ --banner-text-primary: #000000; - --background-secondary: #4d4d4d; + --banner-background-color: #40a5b9; --text-secondary: #dfdfdf; --link-primary: #004852 /*#154a60*/; --link-primary-hover: #b54c08/*#f8961e*/; @@ -120,6 +120,7 @@ body > header { flex-flow: wrap; justify-content: space-between; padding: clamp(0.5rem, -0.25rem + 3vw, 1rem) 0.25rem; + background-color: var(--banner-background-color); background-image: url("/images/hpr-splatter-logo.svg"), url("/images/main-header-background.png"); background-size: 59%, cover; background-repeat: no-repeat, no-repeat;