sass/themes/classic/partials/_footer.scss
e4c2d579
 footer {
   @include background(linear-gradient(darken($body-bg, 5), $body-bg));
   //color: $footer-color;
   //border-top: 10px solid $footer-bg;
   padding: 15px 0;
   position: relative;
   z-index: 2;
   a {
     color: #dddddd;
     &:hover {
       color: white; } } }