diff --git a/public/index.html b/public/index.html index bec3ad4..8f1a647 100644 --- a/public/index.html +++ b/public/index.html @@ -170,7 +170,7 @@ .leaflet-control-attribution { background: rgba(10, 14, 20, 0.8) !important; color: var(--text-muted) !important; - font-size: 9px !important; + font-size: 11px !important; } .leaflet-control-attribution a { @@ -184,7 +184,7 @@ justify-content: center; font-family: 'JetBrains Mono', monospace; font-weight: 700; - font-size: 10px; + font-size: 12px; border-radius: 50%; border: 2px solid white; box-shadow: 0 0 10px rgba(0,0,0,0.5); @@ -228,7 +228,7 @@ color: var(--text-secondary); padding: 8px 12px; font-family: 'JetBrains Mono', monospace; - font-size: 10px; + font-size: 12px; cursor: pointer; transition: all 0.2s; border-radius: 4px; @@ -276,7 +276,7 @@ } .panel-header { - font-size: 10px; + font-size: 12px; font-weight: 700; color: var(--accent-cyan); margin-bottom: 8px; @@ -873,7 +873,7 @@