mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
23 lines
288 B
CSS
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;
|
|
} |