mirror of
https://github.com/atom/atom.git
synced 2026-01-21 04:48:12 -05:00
20 lines
223 B
Plaintext
20 lines
223 B
Plaintext
.source {
|
|
.gfm {
|
|
.markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.comment.quote {
|
|
font-style: italic;
|
|
}
|
|
}
|
|
}
|