Skip to content

Commit

Permalink
Fixed Footer Hover (#818)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsmitaMishra24 authored Jul 11, 2024
1 parent 8942ce5 commit 5509d7a
Showing 1 changed file with 2 additions and 6 deletions.
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 5509d7a

Please sign in to comment.