Исправлено отображение тайлов на карте

This commit is contained in:
goodmice 2022-12-26 18:37:26 +05:00
parent ad59f4b840
commit cbbe992966
No known key found for this signature in database
GPG Key ID: EA4AA16454AC96C8

View File

@ -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;