Skip to content

Commit

Permalink
Fix warning about background clip
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoalby committed Feb 14, 2024
1 parent c94579b commit 9ad9f8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ html, body {
h1 {
font-size: 10rem;
background: linear-gradient(to right, rgb(67,124,205), rgb(9,209,21));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
animation: fade 2s ease-in;
Expand Down

0 comments on commit 9ad9f8d

Please sign in to comment.