Skip to content

Commit

Permalink
Fix issue #1921
Browse files Browse the repository at this point in the history
  • Loading branch information
Adityadhiman0 committed Nov 6, 2024
1 parent 0186072 commit 61d4b79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@
<img src="img/logo.png" alt="Travel Website Logo" id="logo">
<div class="loader-globe"></div>
</div>
<div id="loading-text">Ready to Explore the World...</div>
<div id="loading-text">Ready to Explore the World...></div>
</div>
<style>
/* Preloader Container */
Expand Down
4 changes: 3 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2435,7 +2435,7 @@ input#rate-5:checked ~ header:before {

.navhover {
text-decoration: none;
color: black;
color: white;
font-size: 18px;
display: inline-block;
padding: 10px 15px; /* Adds padding around the text */
Expand All @@ -2447,6 +2447,8 @@ input#rate-5:checked ~ header:before {
transform: scale(1.05);
background-color: rgba(255, 255, 255, 0.1);
color: white; /* Changes text color on hover */
border-bottom:1px solid wheat;

}

#social-icons {
Expand Down

0 comments on commit 61d4b79

Please sign in to comment.