Skip to content

Instantly share code, notes, and snippets.

@zspencer
Created April 21, 2013 20:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zspencer/5430938 to your computer and use it in GitHub Desktop.
Save zspencer/5430938 to your computer and use it in GitHub Desktop.
@import "susy";
$total-columns: 12;
$column-width: 4em;
$gutter-width: 1em;
$grid-padding: $grid-padding;
body {
font-family: Helvetica, sans-serif;
background-image: image-url('gray_jean.png');
}
h1, h2, h3, h4, h5, strong {
color: #b28b60;
}
a {
color: darken(#57b265, 10%);
text-decoration: none;
&:visited {
color: darken(#96ffa6, 45%);
}
&:hover {
color: darken(#caB0ff, 10%);
text-decoration: underline;
}
}
.page {
@include container;
header, footer { clear: both; }
.content {
.upcoming { @include span-columns(12); }
.recent { @include span-columns(6); }
.old { @include span-columns(3); }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment