decrease opacity of header background image

This commit is contained in:
jeffvli
2025-12-30 13:37:26 -08:00
parent 43652ce65d
commit 4dc3a0e8d1
@@ -37,7 +37,7 @@
width: 100%;
background-position: center !important;
background-size: cover !important;
opacity: 0.9;
opacity: 0.7;
}
.background-image-overlay {
@@ -47,5 +47,5 @@
z-index: 0;
width: 100%;
background: var(--theme-overlay-subheader);
opacity: 0.5;
opacity: 0.9;
}