aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_footer.sass
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stylesheets/partials/_footer.sass12
1 files changed, 6 insertions, 6 deletions
diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass
index c67118c0..40ae8e3f 100644
--- a/stylesheets/partials/_footer.sass
+++ b/stylesheets/partials/_footer.sass
@@ -1,12 +1,12 @@
#footer
- +linear-gradient(color_stops(darken(!body_bg, 5), !body_bg))
- font-size: #{!base_font_size_small}
- color: #{!footer_color}
- border-top: 10px solid #{!footer_bg}
+ +linear-gradient(color-stops(darken($body-bg, 5), $body-bg))
+ font-size: $base-font-size-small
+ color: $footer-color
+ border-top: 10px solid $footer-bg
padding: 15px 0
position: relative
z-index: 2
a
- color: #ddd
+ color: #dddddd
&:hover
- color: #fff \ No newline at end of file
+ color: white