Fix feature card dark mode
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user