From 4951881f53177c06ebecfd5aca8800fff631c9bf Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Wed, 9 Dec 2009 22:34:03 +0100 Subject: fg==bg ? "uncool" : "cool" --- default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'default.css') diff --git a/default.css b/default.css index 6317f4c..2da40c7 100644 --- a/default.css +++ b/default.css @@ -28,8 +28,8 @@ text-decoration:none; } a:hover, a:active { -color:#36c; -text-decoration:underline; + color:#36c; + text-decoration:underline; } td.ayes, td.bmaybe, td.cno { cursor:default;} @@ -55,8 +55,8 @@ td.name { text-align:right; } -#active, #activedeletebutton{ - background-color:#36c; +#active { + background-color:#CCF; } th.weekday{ -- cgit v1.2.3