From: M. Taylor Saotome-Westlake Date: Tue, 6 Sep 2016 02:11:46 +0000 (-0700) Subject: prettier blockquotes X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=commitdiff_plain;h=72cf3c292d57fe82afb4d617bb0b5af835fb9bf2;ds=sidebyside prettier blockquotes https://css-tricks.com/snippets/css/simple-and-nice-blockquote-styling/ was a useful guide to this; in this commit, I've chosen something a little simpler than their snippet, which did the big fancy open-quote emblem-thing. --- diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 909a71c..92225f9 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -208,6 +208,15 @@ article.summary .metadata { margin: 0; } + +blockquote { + background: #F0F0F0; + border-left: 10px solid #C07095; + margin: 1.5em 10px; + padding: 0.5em 10px; +} + + /* Listings */ ol.archive li {