From 245f3edd5cddb250aa25f39ce65f41c27e6d03ea Mon Sep 17 00:00:00 2001 From: foosint Date: Tue, 30 Jan 2024 14:03:03 +0100 Subject: [PATCH] style: adjust label opacity --- src/styles/map/_labels.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/map/_labels.scss b/src/styles/map/_labels.scss index 0021bd7..1a4d37e 100644 --- a/src/styles/map/_labels.scss +++ b/src/styles/map/_labels.scss @@ -1,6 +1,6 @@ .unit-labels { // background: none !important; - background: rgba(255, 255, 255, 0.5) !important; + background: rgba(255, 255, 255, 0.75) !important; color: #000 !important; border: none !important; box-shadow: none !important;