Fix alternate feature card border colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2025-04-16 14:42:48 +02:00
parent 1e52b03d67
commit 6c9110ed39

View file

@ -125,7 +125,7 @@ img {
border-top: 4px solid var(--primary);
}
#features .card:nth-child(even) {
#features .col:nth-child(even) .card {
border-top: 4px solid var(--secondary);
}