Make links in sidebar for current page more prominent

When viewing a page, it's kind of hard to see what page you're viewing. The little triangle graphic pointing to the page is too subtle. Making the link to the current page orange (the same as the hover color) would make it visually more apparent where you are in the navigation. Here's a screenshot showing the change: [https://www.screencast.com/t/e6NKerSAUL](https://www.screencast.com/t/e6NKerSAUL). The link to the current page is orange even when I'm not hovering over the link with my mouse.
This commit is contained in:
Tom Johnson 2017-01-25 10:06:57 -08:00 committed by GitHub
parent e56d809298
commit 0a3916c07e
1 changed files with 3 additions and 0 deletions

View File

@ -459,6 +459,9 @@ aside {
top: 0;
left: -30px;
}
&.current a {
color: #f90;
}
}
}