From 00baac2c4fd35bb641bacd000c6943eeeb7fc1ff Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 16 Jun 2003 17:13:33 +0000 Subject: [PATCH] - Improvement: made theme Marvin's calendar look better. Patch #16 by Al. Thanks! --- themes/marvin/marvin.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/marvin/marvin.css b/themes/marvin/marvin.css index decf26637a0..c9d0cb13964 100644 --- a/themes/marvin/marvin.css +++ b/themes/marvin/marvin.css @@ -40,6 +40,12 @@ table { .calendar .day-blank { background-color: #ddd; } +.calendar .day-link a { + color: #000; +} +.calendar .row-week { + color: #aaa; +} a:link { color: #656 }