theme tweaks
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 6725c0f..4400a8b 100644 (file)
@@ -35,13 +35,13 @@ body {
   font-size: 16px;
   line-height: 150%;
   text-align: left;
-  color: #4D4D4C;
+  color: #1D1D1D;
   padding: 0;
   min-width: 740px;
 }
 
 header {
-  background-color: #40403F;
+  background-color: #101030;
   height: 50px;
   line-height: 50px;
   padding: 0 1em;
@@ -147,7 +147,7 @@ p {
 a {
   text-decoration: none;
   border-bottom: 1px dotted #4D4D4C;
-  color: #4D4D4C;
+  color: #2D2D2C;
 }
 
 a:hover, a:active {
@@ -196,7 +196,7 @@ article.summary > div {
 
 article.full .metadata,
 article.summary .metadata {
-  padding: 1%;  
+  padding: 1%;
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   font-style: italic;
@@ -246,7 +246,7 @@ ol.archive li .tags
 
 .social a {}
 
-.social i { 
+.social i {
   float: left;
   margin-right: 3px;
   padding-top: 4px;
@@ -308,4 +308,3 @@ li.tag-4 { font-size: 110%; margin: 0 1em; }
     margin: 0 4%;
   }
 }
-