Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created February 20, 2011 05:44
Show Gist options
  • Select an option

  • Save zeroeth/835747 to your computer and use it in GitHub Desktop.

Select an option

Save zeroeth/835747 to your computer and use it in GitHub Desktop.
body {
color: #eeeeec;
background-color: #888a85;
}
#header {
color: #eeeeec;
background-color: #3465a4;
padding: 16px;
margin: 16px 0;
}
.menu_section {
color: #eeeeec;
background-color: #555753;
padding: 16px;
margin: 16px 0;
}
.content {
color: black;
background-color: #eeeeec;
padding: 16px;
margin: 16px 0;
}
a:link {color:#3464a4;} /* unvisited link */
a:visited {color:#3464a4;} /* visited link */
a:hover {color:#3464a4;} /* mouse over link */
a:active {color:#3464a4;} /* selected link */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment