From 9c78c34fdeaf006a516d1253f781b61b166b56e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mike=20Homm=C3=A9?= Date: Tue, 8 Mar 2011 20:19:16 -0500 Subject: [PATCH] Updated background color from #333 (dark bg on dark text) to #f3f3f3 (light bg with dark text) to fix. --- themes/pmahomme/css/theme_right.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/pmahomme/css/theme_right.css.php b/themes/pmahomme/css/theme_right.css.php index 519dd90bcf..21a0bfcc55 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -113,7 +113,7 @@ dfn:hover { th { font-weight: bold; color: ; - background: #333; + background: #f3f3f3; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); background: -moz-linear-gradient(top, #ffffff, #cccccc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); -- 2.11.4.GIT