update
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user