mirror of
https://github.com/langgenius/dify.git
synced 2025-07-28 20:10:22 +00:00

Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: crazywoola <427733928@qq.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Novice <novice12185727@gmail.com>
8 lines
219 B
CSS
8 lines
219 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;
|
|
text-fill-color: transparent;
|
|
}
|