diff --git a/static/editor.less b/static/editor.less index a7204eb70..da66bc03f 100644 --- a/static/editor.less +++ b/static/editor.less @@ -11,6 +11,22 @@ z-index: 0; font-family: Inconsolata, Monaco, Consolas, 'Courier New', Courier; line-height: 1.3; + + .markup { + &.git-commit { + &.changed { + color: @text-color-warning; + } + + &.deleted { + color: @text-color-error; + } + + &.inserted { + color: @text-color-info; + } + } + } } .editor .gutter .line-number.cursor-line {