Skip to content

Commit

Permalink
fix: background clip text
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jan 15, 2025
1 parent 129cecf commit 2cfb22f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/stateless/AnimateWave/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@
margin: 0;
color: white;
background: linear-gradient(rgb(115 0 64) 0%, rgb(48 28 190) 100%);
background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

.hIBkFg span {
background: linear-gradient(rgb(255 215 255) 0%, rgb(255 182 255) 100%);
background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}

Expand Down

0 comments on commit 2cfb22f

Please sign in to comment.