2023-12-18 15:41:24 +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;
|
|
|
|
text-fill-color: transparent;
|
2025-04-29 18:04:33 +08:00
|
|
|
}
|