prettier blockquotes
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:11:46 +0000 (19:11 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Tue, 6 Sep 2016 02:15:42 +0000 (19:15 -0700)
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.

theme/static/css/main.css

index 909a71c..92225f9 100644 (file)
@@ -208,6 +208,15 @@ article.summary .metadata {
   margin: 0;
 }
 
   margin: 0;
 }
 
+
+blockquote {
+    background: #F0F0F0;
+    border-left: 10px solid #C07095;
+    margin: 1.5em 10px;
+    padding: 0.5em 10px;
+}
+
+
 /* Listings */
 
 ol.archive li {
 /* Listings */
 
 ol.archive li {