Skip to content

Commit 76b1c55

Browse files
authored
Merge pull request #740 from github/spike/remove-text-gradients
Remove text gradients from website
2 parents fc0ffa8 + ad85976 commit 76b1c55

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

website/public/styles/global.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -361,10 +361,7 @@ a:hover {
361361
font-size: 56px;
362362
font-weight: 800;
363363
letter-spacing: -0.02em;
364-
background: var(--gradient-primary);
365-
-webkit-background-clip: text;
366-
-webkit-text-fill-color: transparent;
367-
background-clip: text;
364+
color: var(--color-primary);
368365
margin-bottom: 20px;
369366
position: relative;
370367
}
@@ -535,10 +532,7 @@ a:hover {
535532
flex-shrink: 0;
536533
font-size: 28px;
537534
font-weight: 700;
538-
background: var(--gradient-primary);
539-
-webkit-background-clip: text;
540-
-webkit-text-fill-color: transparent;
541-
background-clip: text;
535+
color: var(--color-primary);
542536
line-height: 1;
543537
min-width: 40px;
544538
text-align: right;

0 commit comments

Comments
 (0)