Last active
December 15, 2015 22:45
-
-
Save splorp/a378e31af50c7b0a78ff to your computer and use it in GitHub Desktop.
Minigroup Tidy
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
/* ============================================================================ */ | |
/* Custom styles for minigroup.com */ | |
/* Grant Hutchinson (@splorp) */ | |
/* ============================================================================ */ | |
div.formatted p > code, | |
div.formatted li > code, | |
div.formatted p > em > code, | |
div.formatted li > em > code { | |
display: inline; | |
font-size: 11px; | |
padding: 4px 5px; | |
background: #ebeced; | |
color: #686868; | |
} | |
em, | |
dfn, | |
blockquote, | |
blockquote p, | |
div.formatted blockquote p, | |
.comments div.formatted blockquote p { | |
font-family: 'Book Antiqua', Palatino, 'Palatino Linotype', 'Palatino LT STD', Georgia, serif; | |
font-size: 15px; | |
color: #999; | |
} | |
.comments div.formatted blockquote p, | |
.comment_meta em, | |
.post_meta em { | |
font-size: 13px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment