From 584ef9cbb7d0f5223c5d6bf543987b44981b079a Mon Sep 17 00:00:00 2001 From: Tim Basten Date: Tue, 5 May 2026 16:38:26 +0800 Subject: [PATCH] changes --- frontend/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/css/styles.css b/frontend/css/styles.css index b551277..516ef63 100644 --- a/frontend/css/styles.css +++ b/frontend/css/styles.css @@ -57,6 +57,10 @@ footer { color: var(--accent); } +.navbar-nav .nav-link.active { + color: white; +} + .navbar-toggler { border: none !important; box-shadow: none !important;