This commit is contained in:
2023-04-27 18:03:12 +08:00
parent 7334bbb857
commit 05f977fc56
10 changed files with 1571 additions and 668 deletions

View File

@ -3084,6 +3084,13 @@ $height: calc(100vh - 100px);
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 33.33%,
rgba(41, 255, 219, 1) 100%
);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
p {