Skip to content

Commit

Permalink
fix issue #356 (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Saurabhchaudhary9799 authored Sep 5, 2024
1 parent 82b05c2 commit cc0414c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions styles/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@ body {

.gradient-bg {
background-image: linear-gradient(225deg, #2DCCFD 9.35%, #AD20E2 88.41%) !important;
-webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
-webkit-mask-size: 800%;
mask-size: 800%;
-webkit-mask-position: 0;
mask-position: 0;
}
.gradient-bg:hover{
transition: mask-position 2s ease,-webkit-mask-position 2s ease;
-webkit-mask-position: 120%;
mask-position: 120%;
opacity: 1;
}

.navbg:hover, .navbg:focus{
Expand Down

0 comments on commit cc0414c

Please sign in to comment.