Files
urbanLifeline/dify/web/app/components/billing/apps-full-in-dialog/style.module.css

8 lines
219 B
CSS
Raw Normal View History

2025-12-01 17:21:38 +08:00
.textGradient {
background: linear-gradient(92deg, #0EBCF3 -29.55%, #2250F2 75.22%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}