This commit is contained in:
Dongho Kim
2025-12-04 06:09:04 +09:00
parent 003aae2b6b
commit c9678f28ba
4 changed files with 136 additions and 43 deletions

View File

@@ -162,11 +162,12 @@
.label {
position: absolute;
transform: translate(-50%, -50%);
color: white;
text-shadow: 0 0 2px black, 0 0 4px black;
color: #333;
text-shadow: 0 0 3px white, 0 0 3px white, 0 0 3px white;
font-family: sans-serif;
white-space: nowrap;
pointer-events: none;
font-weight: 600;
}
.label-country {
@@ -174,13 +175,13 @@
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
color: #ffdddd;
color: #222;
}
.label-city {
font-size: 12px;
font-weight: normal;
color: #ffffff;
font-weight: 600;
color: #333;
}
</style>
@@ -201,7 +202,7 @@
</div>
<script type="module">
import init from './wasm.js';
import init from './wasm.js?v=fixed_labels_v6';
async function run() {
try {