Commit 08457716 authored by Robert Speicher's avatar Robert Speicher Committed by Robert Speicher

Merge branch 'solarized-dark-old-lines' into 'master'

Make deleted line background color for Solarized Dark a little darker

The difference is very slight, and I don't even _use_ Solarized Dark, but this annoyed me.

See merge request !2563
parent 22a0106f
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
} }
.diff-line-num.old, .line_content.old { .diff-line-num.old, .line_content.old {
@include diff_background(rgba(220, 50, 47, 0.2), rgba(220, 50, 47, 0.3), #808080); @include diff_background(rgba(220, 50, 47, 0.3), rgba(220, 50, 47, 0.3), #808080);
} }
.line_content.match { .line_content.match {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment