Skip to content

Commit

Permalink
better default sass
Browse files Browse the repository at this point in the history
  • Loading branch information
tdreyno committed Nov 3, 2009
1 parent 566bf7c commit 79d411e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/middleman/template/views/stylesheets/site.css.sass
Original file line number Diff line number Diff line change
@@ -1,9 +1,26 @@
@import compass.sass
@import blueprint/screen.sass

!font_color = #2a2a2a
!link_color = #0388a6
!link_hover_color = #009ce0
!link_focus_color = !link_color
!link_active_color = !link_color
!link_visited_color = !link_color

!blueprint_font_family = "'Century Gothic', 'Apple Gothic', 'Helvetica Neue', arial, sans-serif"
!blueprint_font_size = 13px

!blueprint_grid_columns = 12
!blueprint_grid_width = 60px
!blueprint_grid_margin = 20px

+global-reset
+blueprint-typography

a
+link-colors(!link_color, !link_hover_color, !link_focus_color, !link_active_color, !link_visited_color)

#frame
padding: 50px
text-align: center
Expand Down

0 comments on commit 79d411e

Please sign in to comment.