mirror of
https://github.com/langgenius/dify.git
synced 2026-04-07 03:00:34 -04:00
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: yyh <yuanyouhuilyz@gmail.com>
10 lines
262 B
CSS
10 lines
262 B
CSS
@reference "../../../styles/globals.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;
|
|
}
|