pulsar/static/syntax.less
2013-12-06 12:56:14 -08:00

22 lines
317 B
Plaintext

@import "syntax-variables";
.editor {
.lines {
.markup {
&.git-commit {
&.changed {
color: @syntax-color-modified;
}
&.deleted {
color: @syntax-color-removed;
}
&.inserted {
color: @syntax-color-added;
}
}
}
}
}