mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
0a84ad5307
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;
|
|
}
|
|
}
|