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;