diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index 38808c7..0f385ed 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -31,7 +31,8 @@ margin-right: 0px; } - .navbar a:active{ + .navbar .nav-link:active, .navbar-nav .nav-link.active{ + color: {{$_title_color}}; font-weight: bold; } diff --git a/content/master.blade.php b/content/master.blade.php index fbc81e5..dfb9320 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -30,11 +30,12 @@