Skip to content

Commit

Permalink
Enhanced the footer socials with actual color (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKeshri authored Nov 30, 2024
1 parent f411732 commit df53723
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -771,15 +771,31 @@ footer {
}

.social a.message:hover {
color: #73408a;
color: #D44638;
}

.social a.phone:hover {
color: #00f7ff;
.social a.linkedin:hover {
color: #0A66C2;
}

.social a.github:hover {
color: #4af3b5;
color: #181717;
}

.social a.instagram:hover {
color: #E1306C;
}

.social a.facebook:hover {
color: #1877F2;
}

.social a.twitter:hover {
color: #1DA1F2;
}

.social a.discord:hover {
color: #5865F2;
}

#progress {
Expand Down

0 comments on commit df53723

Please sign in to comment.