mirror of
https://github.com/atom/atom.git
synced 2026-02-05 20:25:04 -05:00
24 lines
232 B
CSS
24 lines
232 B
CSS
.source.gfm {
|
|
color: #999;
|
|
}
|
|
|
|
.gfm .markup.heading {
|
|
color: #eee;
|
|
}
|
|
|
|
.gfm .link {
|
|
color: #555;
|
|
}
|
|
|
|
.gfm .variable.list,
|
|
.gfm .support.quote {
|
|
color: #555;
|
|
}
|
|
|
|
.gfm .link .entity {
|
|
color: #ddd;
|
|
}
|
|
|
|
.gfm .raw {
|
|
color: #aaa;
|
|
} |