aboutsummaryrefslogtreecommitdiff
path: root/stylesheets/partials/_footer.sass
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/partials/_footer.sass')
-rw-r--r--stylesheets/partials/_footer.sass13
1 files changed, 13 insertions, 0 deletions
diff --git a/stylesheets/partials/_footer.sass b/stylesheets/partials/_footer.sass
new file mode 100644
index 00000000..16ec40ff
--- /dev/null
+++ b/stylesheets/partials/_footer.sass
@@ -0,0 +1,13 @@
+#footer
+ position: relative
+ z-index: 2
+ font-size= !base_font_size_small
+ clear: both
+ padding= !base_font_size * 1.5 0
+ color= !footer_color
+ +h-linear-gradient(darken(!body_bg, 25), !body_bg)
+ border-top= "14px solid" !footer_bg
+ a
+ color= #ddd
+ &:hover
+ color = #fff \ No newline at end of file