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; }