fix: replace raw rgba with color-mix token in MapLibre attribution style

This commit is contained in:
2026-06-19 21:39:21 +02:00
parent fe0aa669bc
commit 93005bd7cd
+1 -1
View File
@@ -399,7 +399,7 @@ body::after {
/* Attribution bar */ /* Attribution bar */
.maplibregl-ctrl-attrib { .maplibregl-ctrl-attrib {
background: rgba(26, 24, 20, 0.75) !important; background: color-mix(in srgb, var(--color-paper) 75%, transparent) !important;
color: var(--color-ink-muted) !important; color: var(--color-ink-muted) !important;
font-family: var(--font-ui); font-family: var(--font-ui);
font-size: 0.7rem; font-size: 0.7rem;