_sass/scss/_sidebar.scss in doccoli-jekyll-1.1.1 vs _sass/scss/_sidebar.scss in doccoli-jekyll-1.1.2

- old
+ new

@@ -1,22 +1,21 @@ .sidebar { - width: 200px; + width: 207px; height: 100vh; } ul.toc { - margin: 45px 0 0 0; + margin: 46px 0 0 0; padding: 0; li { list-style: outside none none; margin: 0; height: 40px; margin: 0 auto 1px; - background: rgba(241, 241, 241, 0.5); - border-radius: 5px; + background: rgba(255, 255, 255, 0.5); &:hover { - background: hsla(200, 100%, 70%, .1); + background: rgba(255, 255, 255, 1); } a { color: hsla(0, 5%, 35%, 1); float: left; width: 90%; @@ -35,9 +34,10 @@ float: left; clear: both; text-decoration: none; cursor: pointer; text-shadow: none; + color: #1177FF; } } } }