Make text-shadow more dramatic (horrible hack)
This commit is contained in:
parent
9352930ba6
commit
c7ae50dc31
1 changed files with 1 additions and 1 deletions
2
map.html
2
map.html
|
|
@ -26,7 +26,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.label div {
|
.label div {
|
||||||
text-shadow: 0 0 2px white;
|
text-shadow: 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white, 0 0 6px white;
|
||||||
transform: translate(-50%, -50%);
|
transform: translate(-50%, -50%);
|
||||||
}
|
}
|
||||||
.leaflet-popup-content-wrapper {
|
.leaflet-popup-content-wrapper {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue