blockquote : move to toc

This commit is contained in:
Aditya Telange 2020-09-16 12:40:56 +05:30
parent 3231d00da4
commit ac4ed69368
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77
2 changed files with 6 additions and 6 deletions

View File

@ -64,4 +64,10 @@
.toc .details {
display: inline;
font-weight: 500;
}
.toc blockquote {
border-left: 2px solid;
margin: 20px;
padding: 10px 40px;
}

View File

@ -109,12 +109,6 @@ img {
max-width: 100%;
}
blockquote {
border-left: 2px solid;
margin: 20px;
padding: 10px 40px;
}
::-webkit-scrollbar {
width: 8px;
height: 3px;