Skip to content

Commit 4836a22

Browse files
author
vimalprogrammer
committed
Added hover css effects to the footer buttons
1 parent c549cae commit 4836a22

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

src/components/SocialShare/Facebook.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const FacebookCard = () => (
1010
size={40}
1111
icon={IconPaths.facebook}
1212
boxStyle="0 0 22 22"
13+
1314
/>
1415
</a>
1516
);

src/components/SocialShare/SocialShare.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
background: #4b4949;
2929
border: solid white 4px;
3030
}
31+
32+
.icon-card:hover{
33+
opacity: 0.3;
34+
}
35+
3136
@media (max-width: 700px) {
3237
.icon-card {
3338
border: none;

0 commit comments

Comments
 (0)