mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
26 lines
335 B
Plaintext
26 lines
335 B
Plaintext
.source {
|
|
.gfm {
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
.markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.comment.quote {
|
|
font-style: italic;
|
|
}
|
|
|
|
.raw {
|
|
-webkit-font-smoothing: subpixel-antialiased;
|
|
}
|
|
}
|
|
}
|