mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-12 16:44:19 -08:00
dark mode shadows
This commit is contained in:
parent
02bcd0c019
commit
98cb8c734c
|
@ -87,7 +87,7 @@
|
|||
display: none;
|
||||
}
|
||||
body.dark :is(.leaflet-tooltip, .leaflet-popup-content-wrapper, .leaflet-popup-tip) {
|
||||
box-shadow: none;
|
||||
box-shadow: 0 0 4px 0 rgb(0 0 0 / 40%);
|
||||
}
|
||||
@media (hover: none) {
|
||||
.leaflet-tooltip-pane {
|
||||
|
|
Loading…
Reference in a new issue