Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / helpers / _classes.scss
index ad054983e6c1130e0b46ae716e9513d38d603d9b..f80157e2c33adf40f4860009c2f8b51217bb9265 100644 (file)
@@ -15,7 +15,7 @@
  | -----------------------------------------------------------------------------
 */
 .markdown {
-  line-height: 2em;
+  line-height: 2;
 
   h1, h2, h3, p, ul,
   blockquote, pre, .gist {
   blockquote {
     padding-left: 30px;
     font-style: italic;
-    border-left: 4px solid $c-grayMedium;
+    border-left: 4px solid $c-gray;
   }
 
   hr {
     border: 0;
     height: 1px;
     margin: 30px 0;
-    background: $c-grayMedium;
+    background: $c-gray;
   }
 
   pre {
     padding: 1em;
     overflow: auto;
     font-size: 0.9em;
-    line-height: 1.5em;
-    background: $c-grayLight;
+    line-height: 1.5;
+    background: $c-background;
   }
 
   code {
-    background: $c-grayLight;
+    background: $c-background;
   }
 
   .gist .gist-file {