From 15b4e2112a1431d1b504558044d0de93a5794516 Mon Sep 17 00:00:00 2001 From: Robert Chmielowiec Date: Thu, 9 Apr 2009 20:31:05 +0200 Subject: [PATCH] =?utf8?q?zmiania=20r=C3=B3=C5=BCowego=20koloru=20w=20diff?= =?utf8?q?ie=20na=20niebieski?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- gitweb.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gitweb.css b/gitweb.css index cdf4377..1bf6f00 100644 --- a/gitweb.css +++ b/gitweb.css @@ -404,7 +404,8 @@ div.diff.rem { div.diff.chunk_header a, div.diff.chunk_header { - color: #990099; + /*color: #990099;*/ + color: #222baa; } div.diff.chunk_header { @@ -414,11 +415,11 @@ div.diff.chunk_header { } div.diff.chunk_header span.chunk_info { - background-color: #ffeeff; + background-color: #eff0ff;/*#ffeeff;*/ } div.diff.chunk_header span.section { - color: #aa22aa; + color: #222baa;/*#aa22aa;*/ } div.diff.incomplete { -- 2.11.4.GIT