Skip to content

Instantly share code, notes, and snippets.

@maylogger
Created April 11, 2010 09:51
Show Gist options
  • Save maylogger/362624 to your computer and use it in GitHub Desktop.
Save maylogger/362624 to your computer and use it in GitHub Desktop.
@blue: #276373;
@dark_blue: #1c4c52;
@dark_gray: #636363;
@gray: #cdcece;
@red: #911400;
body {
background: @gray;
font-size: 12px;
font-family: Helvetica, Verdana, 'LiHei Pro', 新細明體, sans-serif;
a {
color: @dark_blue;
text-decoration: none;
:hover { text-decoration: underline; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment