From 485fb634cae6c23280face51ce2891dd2dbd0795 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mike=20Homm=C3=A9?= Date: Thu, 5 May 2011 20:19:58 -0400 Subject: [PATCH] Darkened .notice normal text to better distinguish between hyperlinks --- 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 a2035c392c..008810a874 100644 --- a/themes/pmahomme/css/theme_right.css.php +++ b/themes/pmahomme/css/theme_right.css.php @@ -634,7 +634,7 @@ div.success { } .notice, .footnotes { - color: #3a6c7e; + color: #000; background-color: #e8eef1; } h1.notice, -- 2.11.4.GIT