Updated to v5.0.1
[ghost-theme-willow.git] / source / sass / elements / _elements.scss
index 1f6eb2fb3b29746fb5a1b054292843d37a7c0d41..8ee5db1859beb397dfc14f6e31a41be84065c314 100644 (file)
@@ -15,38 +15,52 @@ body, html {
 
 // Body
 body {
+  color: $c-black;
+  /*font-size: 14px;*/
+  font-size: 1rem;
   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,
+h2,
+h3,
+h4,
+h5,
+h6 {
+    font-family: 'Lora', sans-serif;
+}
+
 h1 {
   margin: 0;
-  font-size: 1.4em;
+  // font-size: 1.25em;
+  font-size: 2.8rem;
 }
 
 h2 {
   margin: 0;
-  font-size: 1.2em;
+  // font-size: 1.1em;
+  font-size: 2.6rem;
 }
 
 h3 {
   margin: 0;
-  font-size: 1em;
+  // font-size: 1em;
+  font-size: 2.2rem;
 }
\ No newline at end of file