<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.leaflet-control-attribution-icon {
    display: inline-block;
}

.leaflet-control-attribution-body {
    display: none;
    padding: 0px 5px;
}

.leaflet-control-attribution:hover &gt; .leaflet-control-attribution-body {
    display: inline-block;
}
</pre></body></html>