diff --git a/templates/partials/header.html b/templates/partials/header.html
index 68fecb9..9100ffa 100644
--- a/templates/partials/header.html
+++ b/templates/partials/header.html
@@ -36,7 +36,7 @@
{% set current = get_url(path=link_path[1]) ~ "/" %}
{% if header_label is containing("http") %}
{% if header_label is not containing("threefold") %}
-
+
{{link_label}}
{% endif %}
@@ -45,7 +45,7 @@
{{link_label}}
{% else %}
-
+
{{link_label}}
{% endif %}
@@ -61,7 +61,7 @@
{% endif %}
{% endfor %}
+ class="text-lg py-3 leading-6 font-normal text-pretty tracking-wide text-gray-600 focus:outline-none focus:text-gray-200 transition ease-in-out duration-150" target="_blank">
Docs
@@ -169,7 +169,7 @@
{% endif %}
{% else %}
-
+
{{link_label}}
{% endif %}
@@ -224,7 +224,8 @@
}
.active{
- color: #c7c7c7 !important;
+ color: #3d3d3d !important;
+ font-weight:700 !important
}
.nav_btn:hover {
color: #c7c7c7 !important;