Skip to content

Commit

Permalink
Add webkit background clip
Browse files Browse the repository at this point in the history
  • Loading branch information
grantcodes committed Oct 1, 2018
1 parent 7420e5a commit 6c347e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/style.css
Expand Up @@ -121,6 +121,7 @@ header h1 {
line-height: 1;
background: linear-gradient(20deg, var(--main), var(--secondary));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
margin: 0;
}
Expand Down

0 comments on commit 6c347e5

Please sign in to comment.