diff --git a/content/includes/css.blade.php b/content/includes/css.blade.php index dccf797..3238d2e 100644 --- a/content/includes/css.blade.php +++ b/content/includes/css.blade.php @@ -34,12 +34,10 @@ color: {{$_title_color}}; } - .navbar a:last-of-type{ + .navbar .nav-item:last-of-type{ margin-right: 0px; } - .navbar .nav-link:active{} - .navbar-nav .nav-link.active{ color: {{$_title_color}}; font-weight: bold; @@ -101,7 +99,6 @@ } - .nav-item{last-of-type: margin-right:0px;} .breadcrumb-item + .breadcrumb-item::before { color: inherit; diff --git a/content/index.blade.php b/content/index.blade.php index 762d525..22d70b5 100644 --- a/content/index.blade.php +++ b/content/index.blade.php @@ -79,7 +79,7 @@ - @els + @else