prettier blockquotes
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index f60ca7d..92225f9 100644 (file)
@@ -1,12 +1,3 @@
-/*
-Colors :
-- #40403F
-- #4D4D4C
-- #7F7F7E
-- #E5E5E3
-- #F0F0F0
-*/
-
 /* Imports */
 
 @import url("pygment.css");
@@ -150,8 +141,8 @@ a {
 
 a:hover, a:active {
   text-decoration: none;
-  border-bottom: 1px dotted #A070A0;
-  color: #A070A0;
+  border-bottom: 1px dotted #C07095;
+  color: #C07095;
 }
 
 .literal {
@@ -217,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 {