feat: type config

This commit is contained in:
Joel
2025-06-18 15:04:40 +08:00
parent 37f26c412f
commit 42b6524954
6 changed files with 52 additions and 4 deletions

View File

@ -0,0 +1,7 @@
.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;
}