diff --git a/cmd/mtwebmapper/web/index.html b/cmd/mtwebmapper/web/index.html index d955a7c..8fcd159 100644 --- a/cmd/mtwebmapper/web/index.html +++ b/cmd/mtwebmapper/web/index.html @@ -30,6 +30,14 @@ box-shadow: 0 1px 3px rgba(0,0,0,0.3); background-color:rgba(255,255,255,.85); } + .outlinedText { + color: black; + text-shadow: + -1px -1px 0 #fff, + 1px -1px 0 #fff, + -1px 1px 0 #fff, + 1px 1px 0 #fff; + } @@ -39,9 +47,10 @@ +