This commit is contained in:
vimux 2018-05-22 18:50:12 +03:00
parent 97c1ebc2be
commit 612d239de7
No known key found for this signature in database
GPG key ID: 5A34FDC4EE832E34

View file

@ -668,11 +668,11 @@ mark {
}
.post__toc {
background: #111;
padding: .5rem;
margin-bottom: 1rem;
color: #f8ae00;
list-style: none;
background: #111;
}
.post__toc[open] {
@ -680,14 +680,14 @@ mark {
}
.post__toc ul {
list-style: none;
padding-left: 0;
padding-top: 1rem;
padding-left: 0;
list-style: none;
}
.post__toc ul ul {
padding-left: 2rem;
padding-top: 0;
padding-left: 2rem;
}
.toc__title {