style code

This commit is contained in:
Justin Palmer
2013-02-12 14:32:45 -08:00
parent 64b187a7e3
commit f19e536b25
2 changed files with 8 additions and 0 deletions

View File

@@ -17,3 +17,7 @@
.gfm .comment.quote {
font-style: italic;
}
.gfm .raw {
-webkit-font-smoothing: subpixel-antialiased;
}

View File

@@ -17,4 +17,8 @@
.gfm .link .entity {
color: #ddd;
}
.gfm .raw {
color: #aaa;
}