fix: replace raw rgba with color-mix token in MapLibre attribution style
This commit is contained in:
@@ -399,7 +399,7 @@ body::after {
|
||||
|
||||
/* Attribution bar */
|
||||
.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;
|
||||
font-family: var(--font-ui);
|
||||
font-size: 0.7rem;
|
||||
|
||||
Reference in New Issue
Block a user