From: Andre Noll Date: Sun, 25 Nov 2007 14:00:10 +0000 (+0100) Subject: giweb.css: Make backround color for commit messages a bit darker. X-Git-Tag: v0.3.0~84 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=ef62f0c06c38b23d21c999f9f134b81913ca6bb3 giweb.css: Make backround color for commit messages a bit darker. --- diff --git a/web/gitweb.css b/web/gitweb.css index 2a5d0927..652b9cc9 100644 --- a/web/gitweb.css +++ b/web/gitweb.css @@ -227,11 +227,11 @@ tr.light:hover { } tr.dark { - background-color: #444444; + background-color: #333333; } tr.dark2 { - background-color: #444444; + background-color: #333333; } tr.dark:hover {