shellphone.app/app/styles/index.css
2022-05-14 12:22:06 +02:00

6 lines
210 B
CSS

.psyched-gradient {
background: -webkit-linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}