summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-01-22 19:46:07 +0000
committerRobert Speicher <rspeicher@gmail.com>2016-01-22 11:48:17 -0800
commit0845771683dde9e84142afc84b6a174825249a92 (patch)
treec9e16e7d3fdb2d7c2abca2d6fb53db82ad4375ce
parent22a0106fa3fb558a2054cca3fa67c6acd2a63fd0 (diff)
downloadgitlab-ce-0845771683dde9e84142afc84b6a174825249a92.tar.gz
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
-rw-r--r--app/assets/stylesheets/highlight/solarized_dark.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/highlight/solarized_dark.scss b/app/assets/stylesheets/highlight/solarized_dark.scss
index ae7ecc65c39..b0aaadd0f7f 100644
--- a/app/assets/stylesheets/highlight/solarized_dark.scss
+++ b/app/assets/stylesheets/highlight/solarized_dark.scss
@@ -26,7 +26,7 @@
}
.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 {