changeset 5092:d660ccdd628d stable

diff view: change diffs markers colours to make them less contrast
author Andrew Shadura <andrew@shadura.me>
date Wed, 06 May 2015 16:21:51 +0200
parents 5995968a6fcc
children 588a160dbb9a
files kallithea/public/css/style.css
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Tue May 05 13:27:20 2015 +0200
+++ b/kallithea/public/css/style.css	Wed May 06 16:21:51 2015 +0200
@@ -4965,7 +4965,7 @@
 
 table.code-difftable .del .code pre:before {
     content: "-";
-    color: #550000;
+    color: #800;
     float: left;
     left: -1em;
     position: relative;
@@ -4974,7 +4974,7 @@
  
 table.code-difftable .add .code pre:before {
     content: "+";
-    color: #005500;
+    color: #080;
     float: left;
     left: -1em;
     position: relative;