affirm background of metadata box
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index f60ca7d..8ca121f 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 {
@@ -194,6 +185,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;
@@ -217,6 +209,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 {