diff options
author | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-03 20:55:33 -0500 |
---|---|---|
committer | Alfredo Sumaran <alfredo@gitlab.com> | 2016-03-03 20:55:33 -0500 |
commit | 1fe224a5da52672a95fd9cf199398e74d35e3428 (patch) | |
tree | 854d56d0807be6e4a63cf5ebb5689d661a8651f6 | |
parent | 77c7b5619f3559c12599ac9e3e9fb0af4a49a6b8 (diff) | |
download | gitlab-ce-1fe224a5da52672a95fd9cf199398e74d35e3428.tar.gz |
Update diff colorsissue_8693
-rw-r--r-- | app/assets/stylesheets/highlight/white.scss | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/app/assets/stylesheets/highlight/white.scss b/app/assets/stylesheets/highlight/white.scss index 8a091028a6c..10585dc0773 100644 --- a/app/assets/stylesheets/highlight/white.scss +++ b/app/assets/stylesheets/highlight/white.scss @@ -23,30 +23,30 @@ .line_holder { .diff-line-num { &.old { - background: #ffdddd; - border-color: #f1c0c0; + background: #f9d7dc; + border-color: #fac5cd; } &.new { - background: #dbffdb; - border-color: #c1e9c1; + background: #ddfbe6; + border-color: #c7f0d1; } } .line_content { &.old { - background: #ffecec; + background: #fbe9eb; span.idiff { - background-color: #f8cbcb; + background-color: #ffbfc9; } } &.new { - background: #eaffea; + background: #ecfdf0; span.idiff { - background-color: #a6f3a6; + background-color: #bdf0cc; } } @@ -59,7 +59,7 @@ // highlight line via anchor pre .hll { - background-color: #f8eec7 !important; + background-color: #fcf8e6 !important; } // Search result highlight |