knock font size down 2 points
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 909a71c..4dadf32 100644 (file)
@@ -3,7 +3,7 @@
 @import url("pygment.css");
 
 
-/* Latout */
+/* Layout */
 
 article,
 figcaption,
@@ -23,8 +23,7 @@ html {
 }
 body {
   font-family: 'Source Sans Pro', sans-serif;
-  font-size: 16px;
-  line-height: 150%;
+  font-size: 14px;
   text-align: left;
   color: #1D1D1D;
   padding: 0;
@@ -185,6 +184,7 @@ article.summary > div {
 article .metadata,
 article.full .metadata,
 article.summary .metadata {
+  background: #FFFFFF;
   padding: 1%;
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
@@ -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 {