Skip to content

Commit

Permalink
Fix #826
Browse files Browse the repository at this point in the history
  • Loading branch information
donald-pinckney committed Nov 29, 2018
1 parent 005dfc5 commit 4c17b11
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,18 @@ ul#searchresults span.teaser em {
color: var(--sidebar-non-existant);
}
.chapter li a {
color: var(--sidebar-fg);
display: block;
padding: 0;
text-decoration: none;
color: var(--sidebar-fg);
}

.chapter li a:hover {
/* text-decoration: none; */
color: var(--sidebar-active);
}
.chapter li a:hover { text-decoration: none }
.chapter li .active,
a:hover {
/* Animate color change */

.chapter li .active {
color: var(--sidebar-active);
}

Expand Down

0 comments on commit 4c17b11

Please sign in to comment.