home page dark mode issue
All checks were successful
Build Images and Deploy / Update-PROD-Stack (push) Successful in 30s

This commit is contained in:
2026-02-28 17:36:02 -05:00
parent 289ce3f11e
commit 2006e3e4f0

View File

@@ -507,7 +507,7 @@ tr:hover {
.hero h1 {
font-size: 2.5rem;
font-weight: 800;
color: var(--dark);
color: var(--text);
margin-bottom: 0.5rem;
}