Skip to content

Commit 3b05cbf

Browse files
committed
Add standard background-clip property for compatibility
1 parent 02b165e commit 3b05cbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/projects.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ h1 {
4343
h2 {
4444
font-size: clamp(2rem, 6vw, 55px);
4545
background: linear-gradient(135deg, var(--highlight-color), #fff);
46+
background-clip: text;
4647
-webkit-background-clip: text;
4748
-webkit-text-fill-color: transparent;
4849
}

0 commit comments

Comments
 (0)