blog/stylesheets/partials/_footer.sass

12 lines
275 B
Sass
Raw Normal View History

2009-11-14 19:08:19 +00:00
#footer
2010-03-10 19:59:18 +00:00
+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
2009-11-14 19:08:19 +00:00
position: relative
z-index: 2
a
2010-03-10 19:59:18 +00:00
color: #ddd
2009-11-14 19:08:19 +00:00
&:hover
2010-03-10 19:59:18 +00:00
color: #fff