We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9732628 + 193fd41 commit 2c2e394Copy full SHA for 2c2e394
_layouts/default.html
@@ -69,7 +69,7 @@
69
<li>
70
<a href="{{nav.url}}"
71
{%- if nav.newpage %}target="_blank" rel="noopener noreferrer"{% endif %}
72
- class="tab {% if nav.url == page.url %}navbar-active{% endif %}">
+ class="{% if nav.url == page.url %}navbar-active{% endif %}">
73
{{nav.title}}
74
</a>
75
</li>
_sass/components/_navbar.scss
@@ -69,6 +69,9 @@
float: right;
padding: 0;
margin: 0;
+ .navbar-active {
+ color: $dark-orange;
+ }
@media (max-width: 767px) {
76
margin-top: 10px;
77
float: left;
@@ -88,7 +91,7 @@
88
91
color: $black;
89
92
}
90
93
a:hover {
- color: $orange;
94
95
text-decoration: none;
96
97
0 commit comments