mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
This matches the grammar's scope name and was an oversight from the original CSS to Less conversion.
18 lines
190 B
Plaintext
18 lines
190 B
Plaintext
.source.gfm {
|
|
.markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.comment.quote {
|
|
font-style: italic;
|
|
}
|
|
}
|