Files
atom/static/markdown.css
Justin Palmer f19e536b25 style code
2013-02-12 14:32:45 -08:00

23 lines
288 B
CSS

.source.gfm {
-webkit-font-smoothing: antialiased;
}
.gfm .markup.heading {
font-weight: bold;
}
.gfm .bold {
font-weight: bold;
}
.gfm .italic {
font-style: italic;
}
.gfm .comment.quote {
font-style: italic;
}
.gfm .raw {
-webkit-font-smoothing: subpixel-antialiased;
}