Skip to content

Commit

Permalink
fix: add background-clip property for text gradient in Home component…
Browse files Browse the repository at this point in the history
… styles
  • Loading branch information
AhmedNassar7 committed Nov 12, 2024
1 parent 4f21c66 commit 625d835
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Home/Home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
font-weight: 700;
background: linear-gradient(45deg, var(--primary), var(--secondary));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
letter-spacing: -1px;
}
Expand Down

0 comments on commit 625d835

Please sign in to comment.