Style tweaks for sidebar
This commit is contained in:
parent
acbc07f2ee
commit
68a1030660
|
@ -9,6 +9,10 @@ blockquote {
|
||||||
border-left: 4px solid lightgray;
|
border-left: 4px solid lightgray;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
overflow-y: scroll;
|
||||||
|
}
|
||||||
|
|
||||||
label.sidebar-toggle:hover {
|
label.sidebar-toggle:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
@ -115,3 +119,8 @@ label.sidebar-toggle > .oi {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sidebar summary a {
|
||||||
|
display: inline-block;
|
||||||
|
width: 90%;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue