Skip to content

Commit

Permalink
Merge pull request #834 from donald-pinckney/master
Browse files Browse the repository at this point in the history
Fixes #826
  • Loading branch information
Dylan-DPC authored Apr 23, 2019
2 parents 8b2e1c2 + 0dc2728 commit b891fd5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -345,15 +345,17 @@ 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 {
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 b891fd5

Please sign in to comment.