Skip to content

Commit

Permalink
fix: titles
Browse files Browse the repository at this point in the history
  • Loading branch information
Pagebakers committed Dec 2, 2024
1 parent b0edb5a commit 6d80d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/website/src/styles/typography.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ export const textStyles = {
sectionTitle: {
fontWeight: 'semibold',
lineHeight: '1.1',
WebkitBackgroundClip: 'text',
WebkitTextFillColor: 'transparent',
// '-webkit-background-clip': 'text',
// '-webkit-text-fill-color': 'transparent',
backgroundImage:
Expand Down

0 comments on commit 6d80d54

Please sign in to comment.