Skip to content

Commit

Permalink
Merge pull request #77 from agiledev-students-fall2023/map-fix-1
Browse files Browse the repository at this point in the history
fixed everything appearing washed out
  • Loading branch information
unfiltered-syrup authored Nov 22, 2023
2 parents 086826e + 5100796 commit 331516d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions front-end/src/css/mapPage.css
Original file line number Diff line number Diff line change
@@ -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;
}
.dark .map-container {
@apply bg-darkMode-darkTone;
}

0 comments on commit 331516d

Please sign in to comment.