Reduce hero::before overlay opacity from 60% to 30% for better background visibility

This commit is contained in:
2026-03-17 14:28:15 -05:00
parent 7ac7e472a5
commit dae335b1ff

View File

@@ -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;