Skip to content

Commit

Permalink
Merge pull request #765 from ShatilKhan/Hover-social
Browse files Browse the repository at this point in the history
Add Social Media Icon Hover
  • Loading branch information
DicsyDel authored Aug 28, 2023
2 parents fe81907 + 88e0b84 commit b3ed31b
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ a:hover {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif
}



.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
Expand Down Expand Up @@ -169,7 +171,9 @@ a:hover {
}

.resp-sharing-button--twitter:hover {
background-color: #2795e9
background-color: #2795e9;
transform: scale(1.1);

}

.resp-sharing-button--pinterest {
Expand Down Expand Up @@ -197,11 +201,13 @@ a:hover {
}

.resp-sharing-button--reddit {
background-color: #5f99cf
background-color: #5f99cf;

}

.resp-sharing-button--reddit:hover {
background-color: #3a80c1
background-color: #3a80c1;
transform: scale(1.1);
}

.resp-sharing-button--google {
Expand All @@ -217,7 +223,8 @@ a:hover {
}

.resp-sharing-button--linkedin:hover {
background-color: #046293
background-color: #046293;
transform: scale(1.1);
}

.resp-sharing-button--email {
Expand Down Expand Up @@ -250,7 +257,8 @@ a:hover {

.resp-sharing-button--hackernews:hover,
.resp-sharing-button--hackernews:focus {
background-color: #FB6200
background-color: #FB6200;
transform: scale(1.1);
}

.resp-sharing-button--vk {
Expand Down

0 comments on commit b3ed31b

Please sign in to comment.