Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / elements / _elements.scss
index 1f6eb2fb3b29746fb5a1b054292843d37a7c0d41..95dbe27649d730c2068e64236af81ad62454fe96 100644 (file)
@@ -15,23 +15,23 @@ body, html {
 
 // Body
 body {
-  min-width: 320px;
-  background: $c-grayLight;
-  color: $c-grayDark;
+  color: $c-black;
   font-size: 16px;
-  line-height: 1.2em;
+  min-width: 320px;
+  line-height: 1.5;
+  background: $c-background;
   font-family: 'Merriweather', serif;
 }
 
 // Anchors
 a {
   outline: none;
-  color: $c-grayDark;
+  color: $c-black;
   @include transition();
   text-decoration: none;
 
   &:hover {
-    color: $c-grayAccent;
+    color: $c-grayDark;
   }
 }