Updating theme - version 4.0.0 - fonts, conditional comments, prev & next posts,...
[ghost-theme-willow.git] / source / sass / elements / _elements.scss
index 1f6eb2fb3b29746fb5a1b054292843d37a7c0d41..464d7b9d48d6333f2c74ec4e14503e4a6bed6723 100644 (file)
@@ -15,35 +15,35 @@ body, html {
 
 // Body
 body {
+  color: $c-black;
+  font-size: 14px;
   min-width: 320px;
-  background: $c-grayLight;
-  color: $c-grayDark;
-  font-size: 16px;
-  line-height: 1.2em;
+  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;
   }
 }
 
 // Headings
 h1 {
   margin: 0;
-  font-size: 1.4em;
+  font-size: 1.25em;
 }
 
 h2 {
   margin: 0;
-  font-size: 1.2em;
+  font-size: 1.1em;
 }
 
 h3 {