mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-11 04:48:44 +03:00
5acf544fce
They won't work for light and dark styles
15 lines
178 B
CSS
15 lines
178 B
CSS
.source.gfm {
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.gfm .markup.heading {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gfm .bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gfm .italic {
|
|
font-style: italic;
|
|
} |