style(website): use color in header instead of bold for active

This commit is contained in:
Elian Doran 2025-09-27 17:28:14 +03:00
parent 61ea27c8f4
commit bdb03f8d51
No known key found for this signature in database

View File

@ -52,7 +52,7 @@ header nav a {
}
header nav a.active {
font-weight: bold;
color: var(--brand-1);
}
@media (max-width: 719px) {