From 5100796a295f1494d0ed32077531962495643ba1 Mon Sep 17 00:00:00 2001 From: r8btx <60275558+r8btx@users.noreply.github.com> Date: Wed, 22 Nov 2023 00:44:10 -0500 Subject: [PATCH] fixed everything appearing washed out --- front-end/src/css/mapPage.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/front-end/src/css/mapPage.css b/front-end/src/css/mapPage.css index 80fe20b..1146c81 100644 --- a/front-end/src/css/mapPage.css +++ b/front-end/src/css/mapPage.css @@ -1,11 +1,11 @@ -.map{ - @apply flex h-full w-full bg-lightTone opacity-60 border-solid drop-shadow-2xl border-2 border-darkTone rounded-3xl; +.map { + @apply flex h-full w-full bg-lightTone border-solid drop-shadow-2xl border-2 border-darkTone rounded-3xl; } -.map-container{ - @apply flex p-5 pb-28 h-screen w-full bg-lightTone rounded shadow-lg; +.map-container { + @apply flex p-5 pb-28 h-screen w-full bg-lightTone rounded shadow-lg; } -.dark .map-container{ - @apply bg-darkMode-darkTone; -} \ No newline at end of file +.dark .map-container { + @apply bg-darkMode-darkTone; +}