There was an error while loading. Please reload this page.
1 parent e0dc2f8 commit d573c66Copy full SHA for d573c66
1 file changed
data_embed/script.js
@@ -796,12 +796,12 @@ function getAprsSymbolIcon(symbol, callsign = "") {
796
font:600 10px Arial,sans-serif;
797
line-height:12px;
798
white-space:nowrap;
799
- color:#111;
+ color:#fff;
800
text-shadow:
801
- -1px -1px 0 #fff,
802
- 1px -1px 0 #fff,
803
- -1px 1px 0 #fff,
804
- 1px 1px 0 #fff;
+ -1px -1px 0 #000,
+ 1px -1px 0 #000,
+ -1px 1px 0 #000,
+ 1px 1px 0 #000;
805
pointer-events:none;
806
">${callsign}</span>
807
</div>
0 commit comments