mirror of
https://github.com/langgenius/dify.git
synced 2026-07-16 09:58:42 +08:00
7 lines
187 B
CSS
7 lines
187 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;
|
|
}
|