diff --git a/static/index.html b/static/index.html
index 57a704d..35f8906 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3362,8 +3362,9 @@
icon: L.divIcon({
className: 'park-label-icon',
html: '
' +
+ '; border:1px solid ' + park.color + '44; border-radius:6px; padding:3px 10px;' +
+ ' font-size:13px; font-weight:700; white-space:normal; max-width:140px; text-align:center;' +
+ ' text-shadow:0 1px 2px rgba(0,0,0,0.8);">' +
park.icon + ' ' + park.name + '
',
iconSize: [0, 0],
iconAnchor: [0, 0],