mirror of
https://github.com/atom/atom.git
synced 2026-02-06 04:34:55 -05:00
26 lines
280 B
CSS
26 lines
280 B
CSS
.source.gfm {
|
|
color: #ccc;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
.gfm .markup.heading {
|
|
color: #eee;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gfm .link {
|
|
color: #666;
|
|
}
|
|
|
|
.gfm .bold {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.gfm .italic {
|
|
font-style: italic;
|
|
}
|
|
|
|
.gfm .variable.list {
|
|
color: #666;
|
|
}
|