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