Skip to content

Commit

Permalink
Updated the background color of both address-list-wrapper and search-…
Browse files Browse the repository at this point in the history
…container
  • Loading branch information
jwilferd10 committed May 14, 2024
1 parent 4474b82 commit 7ce9127
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions assets/css/customstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
cursor: pointer;
}

#search-container {
background-color: hsl(221deg 8.67% 14.63%);
}

#mapID {
margin: 10px 0px 10px 15px;
height: 500px;
Expand All @@ -25,6 +29,7 @@

.address-list-wrapper {
min-height: 100px;
background-color: hsl(221deg 11.81% 21.96%);
}

#clickItems {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h2 class="title is-3 pb-1">Getting Started</h2>
</section>

<!-- Form & Map Section -->
<section class="section">
<section id="search-container" class="section box">
<!-- Search and clear marker buttons -->
<div class="container pb-1" id="startSearch">
<h1 class ="title">Locate Nearby Charging Stations</h1>
Expand Down

0 comments on commit 7ce9127

Please sign in to comment.