diff --git a/_includes/nav.html b/_includes/nav.html
index 4c93d4fd1..97cdda6be 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -15,10 +15,10 @@
{% assign link_collection = link.url | replace: '/', '' %}
{% assign url_collection = page.url | split: '/' %}
{% assign url_collection = url_collection[1] %}
-
+
{% endfor %}
diff --git a/_sass/_custom.scss b/_sass/_custom.scss
index 345feba40..bbc1dc235 100644
--- a/_sass/_custom.scss
+++ b/_sass/_custom.scss
@@ -56,6 +56,10 @@ body {
background-color: $gray-300;
}
+.nav-item.highlight a.nav-link {
+ color: #d00 !important;
+}
+
.navbar-collapse > .navbar-nav > .nav-item > .nav-link {
font-weight: bold;
color: $gray-900;