parent
14f9cf4a60
commit
63bc4e536d
@ -0,0 +1,31 @@ |
||||
@media (prefers-color-scheme: dark) { |
||||
.nanoModal { |
||||
background: #333; |
||||
color: #efefef; |
||||
} |
||||
.nanoModal a { color: hsl(240, 90%, 80%); } |
||||
.nanoModal a:visited { color: hsl(240, 90%, 70%); } |
||||
.nanoModal a:link { color: hsl(240, 90%, 80%); } |
||||
.nanoModal a:active { color: hsl(217, 89%, 80%); } |
||||
|
||||
.nanoModalBtn.nanoModalBtnPrimary { background-color: #1b79cb; } |
||||
|
||||
body > h1 { |
||||
background: rgba(0, 0, 0, 0.5); |
||||
color: #efefef; |
||||
} |
||||
|
||||
|
||||
.leaflet-control-attribution { |
||||
background: rgba(0, 0, 0, 0.7) !important; |
||||
color: #efefef; |
||||
} |
||||
.leaflet-control-attribution a { color: hsl(240, 90%, 90%) !important; } |
||||
.leaflet-control-attribution a:visited { color: hsl(240, 90%, 80%) !important; } |
||||
.leaflet-control-attribution a:link { color: hsl(240, 90%, 90%) !important; } |
||||
.leaflet-control-attribution a:active { color: hsl(217, 89%, 90%) !important; } |
||||
|
||||
.leaflet-top.leaflet-left { |
||||
filter: invert(100%); |
||||
} |
||||
} |
@ -0,0 +1,13 @@ |
||||
@import "../../node_modules/leaflet/dist/leaflet.css"; |
||||
|
||||
@import "../../node_modules/leaflet-fullscreen/dist/leaflet.fullscreen.css"; |
||||
|
||||
@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.css"; |
||||
@import "../../node_modules/leaflet.markercluster/dist/MarkerCluster.Default.css"; |
||||
|
||||
@import "./main.css"; |
||||
|
||||
@import "./nanomodal.css"; |
||||
@import "./popup.css"; |
||||
@import "./guage.css"; |
||||
@import "./dark.css"; |
Loading…
Reference in new issue