Skip to content

Commit

Permalink
feat: replace -webkit-text-fill-color with color property wd-294 (#296)
Browse files Browse the repository at this point in the history
  • Loading branch information
what1s1ove authored Dec 31, 2023
1 parent 9228127 commit 7ff3bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/styles/blocks/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@

.header__name-intro {
margin: 0;
color: transparent;
letter-spacing: 4px;
text-transform: uppercase;
background-image: linear-gradient(
Expand All @@ -131,7 +132,6 @@
);
background-size: 1000% 1000%;
background-clip: text;
-webkit-text-fill-color: transparent;
animation: rainbow-text 12s ease infinite;
}

Expand Down

0 comments on commit 7ff3bcc

Please sign in to comment.