From ef5fc3c9599b5247448f3c2106599aa5c6fd665c Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Sun, 6 Nov 2016 17:57:36 -0200 Subject: CSS: Stronger colors for diffs --- public/css/index.css | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'public/css') diff --git a/public/css/index.css b/public/css/index.css index 99a57c78e0..91bea62694 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -1989,17 +1989,9 @@ footer .ui.language .menu { .repository .diff-file-box .code-diff tbody tr.tag-code td.halfwidth { width: 50%; } -.repository .diff-file-box .code-diff tbody tr.del-code td.add-code { - background-color: #eaffea !important; - border-color: #c1e9c1 !important; -} -.repository .diff-file-box .code-diff tbody tr.del-code td.add-code pre { - background-color: #eaffea !important; - border-color: #c1e9c1 !important; -} .repository .diff-file-box .code-diff tbody tr.del-code td, .repository .diff-file-box .code-diff tbody tr.del-code pre { - background-color: #ffecec !important; + background-color: #ffe0e0 !important; border-color: #f1c0c0 !important; } .repository .diff-file-box .code-diff tbody tr.del-code td.halfwidth { @@ -2007,7 +1999,7 @@ footer .ui.language .menu { } .repository .diff-file-box .code-diff tbody tr.add-code td, .repository .diff-file-box .code-diff tbody tr.add-code pre { - background-color: #eaffea !important; + background-color: #d6fcd6 !important; border-color: #c1e9c1 !important; } .repository .diff-file-box .code-diff tbody tr.add-code td.halfwidth { -- cgit v1.2.3