Increase opacity of table of contents to 0.5

This commit is contained in:
Philipp Oppermann
2017-03-21 19:26:50 +01:00
parent 2afa815b2f
commit e20a48712b

View File

@@ -129,7 +129,7 @@ aside#toc {
margin-left: -15rem;
font-size: 90%;
line-height: 1.2;
opacity: .2;
opacity: .5;
transition: opacity .5s;
}