<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaflet-control-liveupdate a {
  background:#fff url(liveupdate.png) no-repeat 0 0;
  background-size:26px 52px;
}
.leaflet-liveupdate-on .leaflet-control-liveupdate a {
    background-position:0 -26px;
}
.leaflet-liveupdate-on a {
    background-position:0 -26px;
}
</pre></body></html>