Fix feature card dark mode

This commit is contained in:
2026-02-13 19:08:03 +01:00
parent d56a6f1760
commit 91fd31fb9f

View File

@@ -160,6 +160,7 @@
text-align: center; text-align: center;
font-size: 2.25rem; font-size: 2.25rem;
margin-bottom: 3rem; margin-bottom: 3rem;
color: #e5e7eb;
} }
.features-grid { .features-grid {
@@ -171,7 +172,7 @@
.feature-card { .feature-card {
padding: 2rem; padding: 2rem;
border-radius: 1rem; border-radius: 1rem;
background: var(--light); background: #282a2e;
transition: transform 0.2s; transition: transform 0.2s;
} }