toc: remove blockquote border;

align summary with content
This commit is contained in:
Aditya Telange 2020-10-01 14:39:26 +05:30
parent 76492223b4
commit cb5d40cd9b
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -236,6 +236,7 @@
.toc details summary {
cursor: zoom-in;
margin-left: 20px;
}
.toc details[open] summary {
@ -248,9 +249,8 @@
}
.toc blockquote {
border-left: 2px solid;
margin: 20px;
padding: 10px 40px;
margin: 0 20px;
padding: 10px 20px;
}
.toc li ul {