Style tweaks for sidebar

This commit is contained in:
Shadowfacts 2019-11-10 11:53:27 -05:00
parent acbc07f2ee
commit 68a1030660
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 9 additions and 0 deletions

View File

@ -9,6 +9,10 @@ blockquote {
border-left: 4px solid lightgray;
}
body {
overflow-y: scroll;
}
label.sidebar-toggle:hover {
cursor: pointer;
}
@ -115,3 +119,8 @@ label.sidebar-toggle > .oi {
text-decoration: none;
}
.sidebar summary a {
display: inline-block;
width: 90%;
}