From e8f1cabf411576093d0af5187a8cc525d44a9d6a Mon Sep 17 00:00:00 2001 From: Luca Date: Thu, 8 May 2025 12:40:30 +0200 Subject: [PATCH] chore: update highlight color to match this year's design --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 6a364ce..c002ff2 100644 --- a/style.css +++ b/style.css @@ -78,8 +78,8 @@ main { } .card.card-highlight { - --border-color: #87bfb6; - background: #87bfb6; + --border-color: #9ca5cb; + background: #9ca5cb; font-weight: 500; }