Skip to content
Open
2 changes: 1 addition & 1 deletion _includes/sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}/background/mtc-overview/">MTC Overview</a>

<h4 class="sidebar-nav-item" onclick="toggleNav('nav-links')" style="cursor: pointer;">Threat Categories<span class="down-caret-nav-links"></span></h4>
<a class="sidebar-nav-item" onclick="toggleNav('nav-links')" style="cursor: pointer;">Threat Categories<span class="down-caret-nav-links"></span></a>
<ul id="nav-links">
<li><a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}/application.html">Application</a></li>
<li><a class="sidebar-nav-item{% if page.url == node.url %} active{% endif %}" href="{{ site.baseurl }}/authentication.html">Authentication</a></li>
Expand Down
2 changes: 2 additions & 0 deletions _sass/_hyde.scss
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ html {
//padding: 2rem 1rem;
color: rgba(255,255,255,.5);
background-color: #58595b !important;
max-height: 72%

}

@media (min-width: 48em) {
Expand Down