Skip to content

Commit

Permalink
Merge pull request #1565 from biswajit-sarkar-007/biswajit-sarkar-007…
Browse files Browse the repository at this point in the history
…/text-style/issue#1563

 Text style improve to look more visible
  • Loading branch information
PriyaGhosal authored Oct 26, 2024
2 parents da2bea6 + 83acd66 commit dd11097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1629,7 +1629,7 @@ <h3 id="h1darkbtn">Adventure Trek in Himachal</h3>
<!--Emergency-->
<div class="sos-container">
<h2>Emergency SOS</h2>
<p id="emergency-text">In case of an emergency, press the button to send your current location to your emergency contacts.</p>
<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>
<button id="sosButton" onclick="sendSOS()">Send SOS</button>
<div id="sos-status"></div>
</div>
Expand Down Expand Up @@ -2152,7 +2152,7 @@ <h3>Share Your Experiences</h3>
<!-- Map Section -->
<section class="map-section" id="explore">
<h2>Explore Popular Destinations</h2>
<p>Click on the markers to learn more about each destination.</p>
<p style="color: whitesmoke;">Click on the markers to learn more about each destination.</p>
<div id="map"></div>
</section>
<!-- Google Maps JavaScript API -->
Expand Down

0 comments on commit dd11097

Please sign in to comment.