From 1d23afde010bb3e998d2f2c2f2c60168b138aed5 Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Tue, 9 Jan 2007 17:04:32 +0000 Subject: [PATCH] nicer --- stylesheets/black.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stylesheets/black.css b/stylesheets/black.css index e6e856e..20c5798 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -50,9 +50,6 @@ table.boards{ table.boards th { font-size: larger; } -table.boards tr.even { - background: gray; -} table a { text-decoration: none; @@ -97,6 +94,10 @@ input.coordsinput { input.small { width: 1.7em; } +tr.even { + background: #B2B2B2; + color: black; +} tr.odd { background: gray; color: black; -- 2.39.2