added left border for blockquotes

This commit is contained in:
Gabriele Musco 2022-11-15 07:55:31 +01:00
parent 49eb66136e
commit 96a3fa3d84
No known key found for this signature in database
GPG Key ID: 1068D795C80E51DE
1 changed files with 6 additions and 0 deletions

View File

@ -256,6 +256,12 @@ table {
}
}
blockquote {
margin: 0;
padding-left: ($margin * 2);
border-left: 2px solid currentcolor;
}
.date, .date a {
color: var(--default_dim_fg);
border-color: var(--default_dim_fg);