mirror of
https://gitee.com/dify_ai/dify.git
synced 2024-12-05 04:38:37 +08:00
6 lines
186 B
CSS
6 lines
186 B
CSS
.textGradient {
|
|
background: linear-gradient(92deg, #2250F2 -29.55%, #0EBCF3 75.22%);
|
|
-webkit-background-clip: text;
|
|
-webkit-text-fill-color: transparent;
|
|
background-clip: text;
|
|
} |