Skip to content

Commit 5634114

Browse files
committed
Feature: improve colour for not active main menu entries
1 parent 206c2cc commit 5634114

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/sidebar.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<li class="sidebarTitle">Navigation</li>
44
{% for folder in folders %}
55
{% if folder.name != "" %}
6-
<li>
6+
<li class="deactive">
77
<a href="#">{{ folder.name }}</a>
88
<ul>
99
{% for other_page in folder.items %}

css/customstyles.css

+3
Original file line numberDiff line numberDiff line change
@@ -392,6 +392,9 @@ a.accordion-toggle, a.accordion-collapsed {
392392
.nav > li.active > a {
393393
background-color: #347DBE;
394394
}
395+
.nav > li.deactive > a {
396+
background-color: #CCCCCC;
397+
}
395398

396399
.nav li a {
397400
font-size: 12px;

0 commit comments

Comments
 (0)