update page header

This commit is contained in:
Yi
2024-09-18 18:32:33 +08:00
parent d7d7281c93
commit 792595a46f
11 changed files with 97 additions and 69 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;
}