Skip to content

Commit

Permalink
edit socials memer links
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 19, 2024
1 parent 5e5b327 commit 71f9775
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,8 +339,12 @@ img {
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.socials-list-link:hover,
.team-list-link:focus {
.socials-list-link:hover {
background-color: #404bbf;
}

.team-list-link:focus,
.team-list-link:active {
background-color: #404bbf;
}

Expand Down

0 comments on commit 71f9775

Please sign in to comment.