prettier blockquotes
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 909a71c..92225f9 100644 (file)
@@ -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 {