From 633b3389f3bbcb5ee05079da16e518fc918911f4 Mon Sep 17 00:00:00 2001 From: "MORITA Hajime (omo)" Date: Sun, 23 Oct 2011 06:55:20 -0700 Subject: Make the background and the footer gradiations customizable This change extracts following variables for allowing customizatin: - nav-bg-back - nav-bg-front - footer-bg-back - footer-bg-front --- .themes/classic/sass/partials/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.themes/classic/sass/partials/_footer.scss') diff --git a/.themes/classic/sass/partials/_footer.scss b/.themes/classic/sass/partials/_footer.scss index e750342c..37411225 100644 --- a/.themes/classic/sass/partials/_footer.scss +++ b/.themes/classic/sass/partials/_footer.scss @@ -4,7 +4,7 @@ body > footer { color: $footer-color; text-shadow: lighten($footer-bg, 5) 0 1px; background-color: $footer-bg; - @include background(image-url('noise.png'), linear-gradient(lighten($footer-bg, 8), $footer-bg, darken($footer-bg, 11))); + @include background($footer-bg-front, $footer-bg-back); border-top: 1px solid $footer-border-top; position: relative; padding-top: 1em; -- cgit v1.2.1