Skip to content

Commit

Permalink
Merge pull request Counselllor#784 from Amruta7203/updatedOne
Browse files Browse the repository at this point in the history
Social icons visible in light mode
  • Loading branch information
thestarsahil authored Jun 27, 2024
2 parents c55ce41 + 6284394 commit 3ca0ff4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/Footer/Footer.css
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,15 @@ footer li:hover{
font-size: 20px;
cursor: pointer;
color: white;
transition: transform 0.4s ease;
}

#icons *:hover {
transform: scale(1.1);
}

#light footer #icons *{
color: #1C1C1C;
}

@media (max-width: 900px) {
Expand Down

0 comments on commit 3ca0ff4

Please sign in to comment.