mirror of
https://github.com/brianshea2/meshmap.net.git
synced 2024-11-14 01:24:13 -08:00
dark mode shadows
This commit is contained in:
parent
02bcd0c019
commit
98cb8c734c
|
@ -87,7 +87,7 @@
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
body.dark :is(.leaflet-tooltip, .leaflet-popup-content-wrapper, .leaflet-popup-tip) {
|
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) {
|
@media (hover: none) {
|
||||||
.leaflet-tooltip-pane {
|
.leaflet-tooltip-pane {
|
||||||
|
|
Loading…
Reference in a new issue