Adjusted color of h2 in intro section on main page

This commit is contained in:
2025-06-27 16:08:38 +00:00
parent aea2038ba5
commit d78abae61f

View File

@@ -349,7 +349,7 @@
}
.intro-section h2 {
color: var(--e2c-yellow);
color: var(--text-primary);
margin-bottom: 1rem;
}