link hover color should be more pink than lavender
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index d10a6a7..909a71c 100644 (file)
@@ -1,12 +1,3 @@
-/*
-Colors :
-- #40403F
-- #4D4D4C
-- #7F7F7E
-- #E5E5E3
-- #F0F0F0
-*/
-
 /* Imports */
 
 @import url("pygment.css");
@@ -41,7 +32,7 @@ body {
 }
 
 header {
-  background-color: #101030;
+  background-color: #101010;
   height: 50px;
   line-height: 50px;
   padding: 0 1em;
@@ -150,8 +141,8 @@ a {
 
 a:hover, a:active {
   text-decoration: none;
-  border-bottom: 1px dotted #4271AE;
-  color: #4271AE;
+  border-bottom: 1px dotted #C07095;
+  color: #C07095;
 }
 
 .literal {
@@ -191,6 +182,7 @@ article.summary > div {
   margin-left: 28%;
 }
 
+article .metadata,
 article.full .metadata,
 article.summary .metadata {
   padding: 1%;
@@ -199,6 +191,7 @@ article.summary .metadata {
   font-style: italic;
 }
 
+article .metadata,
 article.full .metadata {
   width: 25%;
   float: right;