Skip to content

Commit e21db30

Browse files
committed
style: add standard background-clip property to brand-text gradient
1 parent b700eb8 commit e21db30

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/pitch/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@
5454
.brand-text {
5555
background: linear-gradient(135deg, var(--primary), var(--secondary));
5656
-webkit-background-clip: text;
57+
background-clip: text;
5758
-webkit-text-fill-color: transparent;
5859
text-shadow: 0 0 30px rgba(6, 182, 212, 0.5);
5960
}

0 commit comments

Comments
 (0)