Skip to content

Commit

Permalink
Update styles.module.css
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Feb 6, 2024
1 parent 707b8f1 commit a72aad2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/Banner/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,11 @@
}

.banner-linear-gradient {
text-shadow: none;
background: linear-gradient(270deg, #FF912C 24%, #2D6CFF 78%, #6AB8FF 100%);
-webkit-background-clip: text;
background: -webkit-linear-gradient(270deg, #FF912C 24%, #2D6CFF 78%, #6AB8FF 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
line-height: 155%;
}
Expand Down

0 comments on commit a72aad2

Please sign in to comment.