Skip to content

Instantly share code, notes, and snippets.

@salami-art
Created November 18, 2013 05:48
Show Gist options
  • Save salami-art/7523112 to your computer and use it in GitHub Desktop.
Save salami-art/7523112 to your computer and use it in GitHub Desktop.
@import 'books.css.scss'
a {
color: #B9041E;
text-decoration: none;
}
a:hover {
text-decoration:underline;
}
td {
padding: 0 4px ;
}
body {
color: #333;
}
footer {
position: fixed;
bottom: 0;
}
.foot-first {
border-right: 1px solid #333;
}
.odd {
a{ color: white }
background: #428BCA;
color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment