From 26c3dc1731a2a7cb1225be6ae97a2b25c6cadd6c Mon Sep 17 00:00:00 2001 From: fr33domlover Date: Fri, 25 May 2018 18:47:29 +0000 Subject: [PATCH] Patch diff view: More contrast for diff line colors, otherwise hard to read --- templates/repo/widget/inline-diff.cassius | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/repo/widget/inline-diff.cassius b/templates/repo/widget/inline-diff.cassius index 43a3e65..e6409fd 100644 --- a/templates/repo/widget/inline-diff.cassius +++ b/templates/repo/widget/inline-diff.cassius @@ -21,8 +21,8 @@ pre .remove background: #{light red} - color: #{dark red} + color: #{black} .add background: #{light green} - color: #{dark green} + color: #{black}