Skip to content

Instantly share code, notes, and snippets.

@iamsolarpowered
Created August 31, 2009 23:41
Show Gist options
  • Save iamsolarpowered/178780 to your computer and use it in GitHub Desktop.
Save iamsolarpowered/178780 to your computer and use it in GitHub Desktop.
!background_color ||= #333
!text_color ||= #eee
!link_color ||= #d9a341
!fonts ||= "helvetica, arial, sans-serif"
body
background-color = !background_color
color = !text_color
font:
family = !fonts
size = 16px
h1, h2, h3, h4, h5, h6
font-weight = "normal"
font-style = "normal"
letter-spacing = .5ex
border-bottom = "solid 1px #444"
margin-bottom = .5ex
h1
font-size = 250%
h2
font-size = 200%
h3
font-size = 175%
h4
font-size = 150%
h5
font-size = 125%
h6
font-size = 100%
a
text-decoration = "none"
color = !link_color
&:hover
text-decoration = "underline"
img
border = "none"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment