Refactoring code, cleaning up some SASS, styling author and tag page, adding optional...
[ghost-theme-willow.git] / source / sass / components / _site-content.scss
index d81bc329bb433fbcd20f53f8ee734a97829bc459..8a1dbb05bed611db0248bebe3e91585d99841eb6 100644 (file)
@@ -8,8 +8,8 @@
   max-width: $maxPageWidth;
 
   background: $c-white;
-  border-left: 1px solid $c-grayMedium;
-  border-right: 1px solid $c-grayMedium;
+  border-left: 1px solid $c-gray;
+  border-right: 1px solid $c-gray;
 
   // Less padding for mobile devices
   @include breakpoint(mobile) {