Files
urbanLifeline/dify/web/app/components/custom/style.module.css

7 lines
187 B
CSS
Raw Permalink Normal View History

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