chore: update highlight color to match this year's design
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luca 2025-05-08 12:40:30 +02:00
parent b0adf906c2
commit e8f1cabf41
1 changed files with 2 additions and 2 deletions

View File

@ -78,8 +78,8 @@ main {
} }
.card.card-highlight { .card.card-highlight {
--border-color: #87bfb6; --border-color: #9ca5cb;
background: #87bfb6; background: #9ca5cb;
font-weight: 500; font-weight: 500;
} }