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;