mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 22:37:49 +00:00
Make active section link more discreet (#734)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user