From: Andre Noll Date: Sat, 24 Nov 2007 11:00:25 +0000 (+0100) Subject: Merge commit 'remotes/fml/master' X-Git-Tag: v0.3.0~103 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=5c556c52f1196cea4536d36b683372de532943a9;hp=eca9a02137e172d28f8ed2ab2272a4c8bff2953d Merge commit 'remotes/fml/master' --- diff --git a/web/gitweb.css b/web/gitweb.css index 441dac68..2a5d0927 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -6,7 +6,7 @@ body { margin: 0px; padding: 10px; background-color: black; - color: gray; + color: #cccccc; height: 100%; } @@ -354,7 +354,7 @@ div.diff.header a.path { div.diff.extended_header, div.diff.extended_header a.path, div.diff.extended_header a.hash { - color: #777777; + color: #cccccc; } div.diff.extended_header .info { @@ -389,7 +389,7 @@ div.diff.add { div.diff.from_file a.path, div.diff.from_file { - color: #aa0000; + color: #ff0000; } div.diff.rem { @@ -408,7 +408,7 @@ div.diff.chunk_header { } div.diff.chunk_header span.chunk_info { - background-color: #ffeeff; + background-color: #000000; } div.diff.chunk_header span.section {