Last active
December 29, 2015 03:59
-
-
Save Vaduz/7611819 to your computer and use it in GitHub Desktop.
custom css for "Attitude"
This file contains hidden or 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
html, body, .entry-title { | |
font-family: 'Trebuchet MS', 'Arial', 'Helvetica', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif; | |
} | |
body { | |
color: #454545; | |
} | |
#site-title { | |
font-family: 'Verdana', 'Arial'; | |
} | |
a:-webkit-any-link { | |
cursor: auto; | |
} | |
a:visited { | |
color: #7d9ab7; | |
} | |
a.readmore:visited { | |
color: #fff; | |
} | |
p, li { | |
font-size: 14px; | |
line-height: 1.9; | |
} | |
p a:focus, p a:active, p a:hover { | |
text-decoration: underline; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment