Add Hybrid map style (satellite + road/label overlay)

This commit is contained in:
Jon
2026-05-25 22:57:54 +01:00
parent 0a8c21a88b
commit 0c31cb1cdf
3 changed files with 4 additions and 2 deletions

View File

@@ -113,8 +113,8 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; b
/* ── Style row ── */
.style-row { display: flex; gap: 6px; margin-top: 4px; }
.style-btn {
flex: 1; padding: 6px 4px; border-radius: 6px; border: 1px solid #333;
background: #2a2d38; color: #aaa; font-size: .75rem; cursor: pointer;
flex: 1; padding: 6px 2px; border-radius: 6px; border: 1px solid #333;
background: #2a2d38; color: #aaa; font-size: .7rem; cursor: pointer;
transition: all .15s;
}
.style-btn:hover { background: #34384a; color: #fff; }