From 8bf4f67ccea5967a3eb015f43fe22e0358a792d8 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Sun, 24 Aug 2025 22:12:19 -0400 Subject: [PATCH] Fix footer background color --- public_html/css/hpr.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css index 34439a4..ec2b227 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -30,6 +30,7 @@ https://creativecommons.org/publicdomain/ --text-primary: #4d4d4d; /* HPR Grey */ --banner-text-primary: #000000; --banner-background-color: #40a5b9; + --background-secondary: #4d4d4d; --text-secondary: #dfdfdf; --link-primary: #004852 /*#154a60*/; --link-primary-hover: #b54c08/*#f8961e*/;