Files
marketscrape-web/scraper/static/styles.css
2023-04-14 15:27:41 -07:00

6 lines
179 B
CSS

.gradient-text {
background-image: linear-gradient(to right, #e53935, #1e88e5);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}