theme: style quoted text

This commit is contained in:
Peter Cai 2020-04-12 18:06:23 +08:00
parent ff235b1e90
commit 6555bf4c56
No known key found for this signature in database
GPG Key ID: 71F5FB4E4F3FD54F
1 changed files with 8 additions and 0 deletions

View File

@ -120,6 +120,14 @@ code:not(.hljs) {
text-shadow: none;
}
blockquote {
border-left: 3px solid #cdcdcd;
color: #989898;
box-sizing: border-box;
padding-left: 2em;
margin-left: 0;
}
/* Sidebar */
.sidebar {
float: left;