Make active section link more discreet (#734)

This commit is contained in:
Maxim Zholobak
2020-01-31 17:20:13 +02:00
committed by GitHub
parent b569fcbc25
commit 423ab3fa68

View File

@@ -195,12 +195,12 @@ aside#all-posts-link {
line-height: 1.2;
}
#toc-aside li:not(.active) > a, #toc-aside h2 {
#toc-aside li > a, #toc-aside h2 {
opacity: .5;
transition: opacity .5s;
}
#toc-aside:hover li:not(.active) > a, #toc-aside:hover h2 {
#toc-aside:hover li > a, #toc-aside:hover h2 {
opacity: 1;
}