From 96d723a424ae39d2f7f263d0a2446694c1b69d21 Mon Sep 17 00:00:00 2001 From: Michael Rogers Date: Mon, 27 Feb 2023 15:45:23 -0600 Subject: [PATCH] Changed opacity from 0.5 to 0.7 (#6194) --- src/plugins/imagery/components/imagery-view.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/imagery/components/imagery-view.scss b/src/plugins/imagery/components/imagery-view.scss index 22e38d9040..5c2146d16f 100644 --- a/src/plugins/imagery/components/imagery-view.scss +++ b/src/plugins/imagery/components/imagery-view.scss @@ -246,7 +246,7 @@ position: absolute; height: 100%; width: 100%; - opacity: 0.5; + opacity: 1; background-size: contain; background-repeat: no-repeat; background-position: center;