aboutsummaryrefslogtreecommitdiff
path: root/.themes/classic/sass/partials/_footer.scss
diff options
context:
space:
mode:
authorMORITA Hajime (omo) <omo@dodgson.org>2011-10-23 06:55:20 -0700
committerMORITA Hajime (omo) <omo@dodgson.org>2011-10-23 06:55:20 -0700
commit633b3389f3bbcb5ee05079da16e518fc918911f4 (patch)
treeb83a33869e6ff2a8d69efb1f2903d4dfe03ce22e /.themes/classic/sass/partials/_footer.scss
parent408ed3e1e2ed1f62aebb13d5382732ade9de8655 (diff)
downloadmy_new_personal_website-633b3389f3bbcb5ee05079da16e518fc918911f4.tar.xz
my_new_personal_website-633b3389f3bbcb5ee05079da16e518fc918911f4.zip
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
Diffstat (limited to '.themes/classic/sass/partials/_footer.scss')
-rw-r--r--.themes/classic/sass/partials/_footer.scss2
1 files changed, 1 insertions, 1 deletions
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;