Skip to content

Instantly share code, notes, and snippets.

@Vaduz
Last active December 29, 2015 03:59
Show Gist options
  • Save Vaduz/7611819 to your computer and use it in GitHub Desktop.
Save Vaduz/7611819 to your computer and use it in GitHub Desktop.
custom css for "Attitude"
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