cluster text should always be black for now

This commit is contained in:
Will Freeman
2025-07-21 13:06:51 -06:00
parent 985873eb73
commit cf22914d98

View File

@@ -23,6 +23,11 @@ a:not([class]):hover {
color: var(--df-text-color) !important;
}
.marker-cluster span {
/* changing to dark mode should not affect the map yet */
color: #000000 !important;
}
p {
font-family: "PT Serif", serif;
/* font-size: 1.1em; */