mirror of
https://github.com/WatchOutNewsAgency/wona.github.com.git
synced 2026-02-12 21:10:54 +00:00
fixed rake preview and updated sass to sass3 syntax
This commit is contained in:
@ -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
|
||||
color: white
|
||||
|
||||
Reference in New Issue
Block a user