diff --git a/pub/style/style.css b/pub/style/style.css index dfffd24..3496dac 100644 --- a/pub/style/style.css +++ b/pub/style/style.css @@ -353,3 +353,8 @@ pre { } +/* Quotes */ +blockquote { + border-left: 1px solid blue; + font-style: italic; +}