mirror of
https://github.com/Marketscrape/marketscrape-web.git
synced 2026-04-22 23:06:55 -04:00
6 lines
179 B
CSS
6 lines
179 B
CSS
.gradient-text {
|
|
background-image: linear-gradient(to right, #e53935, #1e88e5);
|
|
-webkit-background-clip: text;
|
|
background-clip: text;
|
|
color: transparent;
|
|
} |