From dae335b1ff5268a6e46ba9adfa37ca5340484ca9 Mon Sep 17 00:00:00 2001 From: Krishna Ayyalasomayajula Date: Tue, 17 Mar 2026 14:28:15 -0500 Subject: [PATCH] Reduce hero::before overlay opacity from 60% to 30% for better background visibility --- css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom.css b/css/custom.css index 6481d0f..d39bef6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -929,7 +929,7 @@ header.main-header .header-sticky.active{ bottom: 0; left: 0; background-color: var(--primary-color); - opacity: 60%; + opacity: 30%; width: 100%; height: 100%; z-index: 0;