.themes/classic/sass/partials/_footer.scss
aa230616
 body > footer {
   @extend .sans;
   font-size: .8em;
21813059
   color: $footer-color;
aa230616
   text-shadow: lighten($footer-bg, 5) 0 1px;
   background-color: $footer-bg;
353ccfd4
   @include background(image-url('noise.png'), linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11)));
21813059
   border-top: 1px solid $footer-border-top;
aa230616
   position: relative;
   padding-top: 1em;
   padding-bottom: 1em;
929e6061
   margin-bottom: 3em;
   @include border-bottom-radius(.4em);
aa230616
   z-index: 1;
   a {
8b6d83ae
     @include link-colors($footer-link-color, $footer-link-color-hover, $visited: $footer-link-color);
aa230616
   }
   p:last-child { margin-bottom: 0; }
 }