Make docs hamburger button partially transparent

This commit is contained in:
Max Brunsfeld 2018-06-12 18:06:07 -07:00
parent 3a631616c0
commit 9eab5a29d9

View file

@ -37,6 +37,7 @@ body {
font-size: 24px;
position: fixed;
background-color: white;
opacity: 0.75;
box-shadow: 1px 1px 5px #aaa;
left: $sidebar-width;
padding: 5px 10px;