Fix alternate feature card border colors
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
1e52b03d67
commit
6c9110ed39
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ img {
|
||||||
border-top: 4px solid var(--primary);
|
border-top: 4px solid var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
#features .card:nth-child(even) {
|
#features .col:nth-child(even) .card {
|
||||||
border-top: 4px solid var(--secondary);
|
border-top: 4px solid var(--secondary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue