From bdb03f8d514ee4e40187ea4e79d7fbe32f1fa69e Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 27 Sep 2025 17:28:14 +0300 Subject: [PATCH] style(website): use color in header instead of bold for active --- apps/website/src/components/Header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/Header.css b/apps/website/src/components/Header.css index a3c968fe3..0382840f7 100644 --- a/apps/website/src/components/Header.css +++ b/apps/website/src/components/Header.css @@ -52,7 +52,7 @@ header nav a { } header nav a.active { - font-weight: bold; + color: var(--brand-1); } @media (max-width: 719px) {