From 4d71a22fde3b5fe5141d9c74b21346c367856ce9 Mon Sep 17 00:00:00 2001 From: Hagen Wahrig Date: Fri, 16 Apr 2010 18:56:39 +0200 Subject: colors from default style --- print.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print.css') diff --git a/print.css b/print.css index 9d89434..4979574 100644 --- a/print.css +++ b/print.css @@ -21,9 +21,9 @@ visibility: hidden; } -td.ayes, input.chosen { background-color:#0F0; } -td.cno { background-color:#F00; } -td.bmaybe { background-color:#FF0; } +td.ayes, input.chosen { background-color:#9c6; } +td.cno { background-color:#F96; } +td.bmaybe { background-color:#FF6; } td.undecided { background-color:#DDD;color:#666 } td.name { -- cgit v1.2.3