diff --git a/src/styles/common/markdown.module.scss b/src/styles/common/markdown.module.scss index 6aa1a576..cb86687c 100644 --- a/src/styles/common/markdown.module.scss +++ b/src/styles/common/markdown.module.scss @@ -3,6 +3,23 @@ $margin: 1em; .wrapper { + blockquote { + border-left: 4px solid $wisegreen; + padding: $margin / 2 0; + margin-bottom: $margin; + color: $wisegreen; + font-size: 0.9em; + background-color: transparentize($wisegreen, 0.9); + + p { + margin: 0 $margin; + } + + &+blockquote { + margin-top: -$margin; + } + } + pre { background-color: darken($comment_bg, 2%); border: {