From 8069b37277406bfdfc247f22d37778e6f6b94a07 Mon Sep 17 00:00:00 2001 From: Samuel Darkwah Manu <42342564+sammyhawkrad@users.noreply.github.com> Date: Fri, 15 Nov 2024 08:27:13 +0000 Subject: [PATCH] Remove brightness filter for map tiles in dark mode styles --- app/assets/stylesheets/common.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index c432bd848d..d2a5aeca0c 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -502,11 +502,6 @@ body.small-nav { } @include color-mode(dark) { - .leaflet-tile-container, - .mapkey-table-entry td:first-child > * { - filter: brightness(.8); - } - .leaflet-control-attribution a { color: var(--bs-link-color); }