From 93005bd7cd1943bc057b7837312221bb58e3eccc Mon Sep 17 00:00:00 2001 From: Mischa Date: Fri, 19 Jun 2026 21:39:21 +0200 Subject: [PATCH] fix: replace raw rgba with color-mix token in MapLibre attribution style --- themes/intotheeast/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/css/style.css b/themes/intotheeast/css/style.css index ff4fe13..de53b08 100644 --- a/themes/intotheeast/css/style.css +++ b/themes/intotheeast/css/style.css @@ -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;