Skip to content

Commit

Permalink
Add Missing Border in Emergency Service Section
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishChothani committed Oct 31, 2024
1 parent c1d7cf8 commit 1a146ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,7 @@ <h2>Packing Checklist</h2>


<!--Emergency-->
<section class="services" id="services">
<section class="services" id="services" style="border: 2px solid #FFFFFF;">
<div class="sos-container">
<h2>Emergency SOS</h2>
<p id="emergency-text" style="color: whitesmoke;">In case of an emergency, press the button to send your current location to your emergency contacts.</p>
Expand Down Expand Up @@ -1815,11 +1815,11 @@ <h2>Content</h2>
<style>
body.dark-mode #emergency-text {
color: white;

}
#emergency-text {
color: black;
}
}
color: black;
}
}
</style>

<style>
Expand Down

0 comments on commit 1a146ab

Please sign in to comment.