Created
April 11, 2010 09:51
-
-
Save maylogger/362624 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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