Improve contrast of legend > a on skin 'Espace' (Closes #841)
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 5 Jun 2008 21:19:23 +0000 (23:19 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Thu, 5 Jun 2008 21:19:23 +0000 (23:19 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/css/espace.css

index d253ab7..e001c5e 100644 (file)
@@ -39,6 +39,11 @@ legend {
     color: #ffffff;
 }
 
+legend a:link, legend a:visited, legend a:active, legend a:hover {
+    color: #99F;
+    background: inherit;
+}
+
 /*******************************************************************************
     2   Styles <p>, <div>, <span>, <li>
         [ styles classiques d'effets de texte ]