Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Jul 12, 2024
2 parents 3db1356 + 5509d7a commit 112e62e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1075,7 +1075,7 @@ <h4>RAPIDOC Newsletter</h4><br>
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.twitter.com" target="_blank">
<i class="fab fa-twitter"></i>
<i class="bi bi-twitter-x"></i>
</a>
<a href="https://github.com/Anishkagupta04/RAPIDOC-HEALTHCARE-WEBSITE-" target="_blank">
<i class="fab fa-github"></i>
Expand Down
8 changes: 2 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -1747,19 +1747,15 @@ footer {
position: absolute;
width: 0;
height: 2px;
/* Adjust the thickness of the underline */
bottom: -2px;
/* Adjust position if needed */
left: 0;
background-color: #000;
/* Change this to your desired underline color */
background-color: #55a5ea;
transition: width 0.3s ease;
transition-delay: 0.1s;
/* Optional: Adds a slight delay to the animation */
}

.links a:hover {
color: #000;
color: #55a5ea;
/* Change text color to black */
}

Expand Down

0 comments on commit 112e62e

Please sign in to comment.