cool styling

This commit is contained in:
Will Freeman
2024-10-13 16:52:11 -05:00
parent 837e1b7322
commit 964ed12845
5 changed files with 70 additions and 21 deletions
+13
View File
@@ -7,3 +7,16 @@ a {
a:hover {
text-decoration: underline;
}
:root {
--df-background-color: rgb(33,33,33);
--df-text-color: #ccc;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip, .leaflet-bar a {
background: var(--df-background-color) !important;
}
.leaflet-bar a {
color: var(--df-text-color) !important;
}