From a8f4eea501d0fdee5c2f7b8c3347da398158dd45 Mon Sep 17 00:00:00 2001 From: Roan Horning Date: Thu, 28 Aug 2025 22:33:50 -0400 Subject: [PATCH] Change secondary background color Match the color of the main HPR logo acronym. --- 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 bc923e3..3dca9bf 100644 --- a/public_html/css/hpr.css +++ b/public_html/css/hpr.css @@ -30,7 +30,8 @@ https://creativecommons.org/publicdomain/ --text-primary: #4d4d4d; /* HPR Grey */ --banner-text-primary: #000000; --banner-background-color: #40a5b9; - --background-secondary: #4d4d4d; + /* --background-secondary: #4d4d4d; */ + --background-secondary: #00003e; --text-secondary: #dfdfdf; --link-primary: #004852 /*#154a60*/; --link-primary-hover: #b54c08/*#f8961e*/;