From 1be08f3ca6ef8684e0825b23ffb90a301d120d33 Mon Sep 17 00:00:00 2001 From: Nils Schneider Date: Fri, 15 Jun 2012 20:39:57 +0200 Subject: [PATCH] move legend color to -light.css/-big.css --- html/force-big.css | 4 +++- html/force-light.css | 4 +++- html/force.css | 2 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/html/force-big.css b/html/force-big.css index 7190bb3..fd70a67 100644 --- a/html/force-big.css +++ b/html/force-big.css @@ -49,4 +49,6 @@ fill: #C83771; } - +#legend { + color: #ddd; +} diff --git a/html/force-light.css b/html/force-light.css index a822ca9..282abf5 100644 --- a/html/force-light.css +++ b/html/force-light.css @@ -55,4 +55,6 @@ fill: #C83771; } - +#legend { + color: #777; +} diff --git a/html/force.css b/html/force.css index de89705..ed4fd7d 100644 --- a/html/force.css +++ b/html/force.css @@ -141,7 +141,6 @@ #legend ul { list-style: none; font-size: 9pt; - color: #888; } #legend li { @@ -157,5 +156,4 @@ #legend h2 { margin-top: 0; font-size: 9pt; - color: #888; }