From cbbe9929666fe979a10f01b8f72105fb37a3fcd6 Mon Sep 17 00:00:00 2001 From: goodmice Date: Mon, 26 Dec 2022 18:37:26 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=BE=20=D0=BE=D1=82=D0=BE=D0=B1=D1=80=D0=B0=D0=B6?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=82=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2?= =?UTF-8?q?=20=D0=BD=D0=B0=20=D0=BA=D0=B0=D1=80=D1=82=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/pages/deposit_map.less | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/styles/pages/deposit_map.less b/src/styles/pages/deposit_map.less index 6291307..85463fc 100644 --- a/src/styles/pages/deposit_map.less +++ b/src/styles/pages/deposit_map.less @@ -4,11 +4,14 @@ height: 100vh; overflow: hidden; - & .pigeon-tiles-box > .pigeon-tiles > * { - filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7); + & > div[dir="ltr"] { background: @bg-color !important; } + & .pigeon-tiles-box > .pigeon-tiles > * { + filter: brightness(0.6) invert(1) contrast(3) hue-rotate(200deg) saturate(0.3) brightness(0.7) grayscale(1); + } + & .pigeon-attribution { background: fade(@bg-color, 70%) !important; color: white !important;