Skip to content

Commit

Permalink
updated hover effect
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit1576 committed Feb 3, 2024
1 parent f3eb714 commit da52cf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,10 @@ body.active { overflow: hidden; }

.G-Card .card-banner:hover { box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.5); }

.G-Card .card-banner:hover::after { background: hsl(203, 80%, 56%); }
.G-Card .card-banner:hover::after { background: #0cd1e84a;
border-bottom:5px solid hsl(187, 87%, 51%);
border-top:5px solid #0cd1e8}


.G-Card .card-banner img {
width: 100%;
Expand Down

0 comments on commit da52cf0

Please sign in to comment.