Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _sidebar-blog-description.scss
index f1c312bb0f196c111cc9f27b73d4ab2961f4e6ef..a7166fcac87fde8a3985a92a458cd66a55f98b43 100644 (file)
@@ -4,8 +4,9 @@
 |-------------------------------------------------------------------------------
 */
 .c-sidebar-blog-description {
+  padding: 0 20px;
   font-size: 0.8em;
-  font-weight: normal;
-  color: $c-grayAccent;
+  color: $c-grayDark;
   margin-bottom: 20px;
+  font-weight: normal;
 }
\ No newline at end of file