Merge pull request 'Draw side line for blockquote on start' (#933) from ahangarha/Plume:ahangarha-patch-1-blockquote-line into main

Reviewed-on: https://git.joinplu.me/Plume/Plume/pulls/933
Reviewed-by: trinity-1686a <trinity-1686a@noreply@joinplu.me>
This commit is contained in:
trinity-1686a
2021-07-13 10:16:26 +00:00
2 changed files with 2 additions and 2 deletions
Generated
+1 -1
View File
@@ -3177,7 +3177,7 @@ dependencies = [
[[package]]
name = "pulldown-cmark"
version = "0.8.0"
source = "git+https://git.joinplu.me/Plume/pulldown-cmark?branch=bidi-plume#f485d6bf18921277f493e1300e160b07e3756c3b"
source = "git+https://git.joinplu.me/Plume/pulldown-cmark?branch=bidi-plume#58514a67a52d0fa2233160bd0e8933684397bfd6"
dependencies = [
"bitflags 1.2.1",
"memchr",
+1 -1
View File
@@ -98,7 +98,7 @@ main article {
}
blockquote {
border-left: 5px solid $gray;
border-inline-start: 5px solid $gray;
margin: 1em auto;
padding: 0em 2em;
}