This commit is contained in:
Dongho Kim
2025-12-14 02:25:03 +09:00
parent c9678f28ba
commit 169997eecd
6 changed files with 756 additions and 461 deletions

View File

@@ -183,6 +183,32 @@
font-weight: 600;
color: #333;
}
/* Apple Maps-style street labels */
.label-street {
font-size: 10px;
font-weight: 400;
color: #555;
letter-spacing: 0.3px;
text-shadow:
0 0 2px rgba(255, 255, 255, 0.9),
0 0 4px rgba(255, 255, 255, 0.8),
1px 1px 1px rgba(255, 255, 255, 0.95);
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}
/* Apple Maps-style POI labels */
.label-poi {
font-size: 11px;
font-weight: 500;
color: #c44;
letter-spacing: 0.2px;
text-shadow:
0 0 3px rgba(255, 255, 255, 0.95),
0 0 5px rgba(255, 255, 255, 0.9),
1px 1px 2px rgba(255, 255, 255, 1);
font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Helvetica Neue", sans-serif;
}
</style>
<div id="ui-container">