From a02ff56b4da4b3b9ed07f1f45123d41c286de050 Mon Sep 17 00:00:00 2001 From: Ciro Santilli Date: Mon, 21 Jul 2014 12:25:26 +0200 Subject: [PATCH] Increase diff byte highlight contrast. --- app/assets/stylesheets/sections/diff.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/sections/diff.scss b/app/assets/stylesheets/sections/diff.scss index f4926e2f523..88b188dbe8d 100644 --- a/app/assets/stylesheets/sections/diff.scss +++ b/app/assets/stylesheets/sections/diff.scss @@ -40,12 +40,12 @@ font-size: 12px; .old { span.idiff { - background-color: #FAA; + background-color: #F99; } } .new { span.idiff { - background-color: #AFA; + background-color: #8F8; } } -- GitLab