summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--map.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/map.css b/map.css
index bcff2a2..4d859fc 100644
--- a/map.css
+++ b/map.css
@@ -10,10 +10,13 @@ body {
padding: 0;
}
+div {
+ color: black;
+}
+
div.box {
font-size: 8pt;
background-color: white;
- color: black;
border: 2px solid #000000;
padding: 8px;
-moz-border-radius: 10px;