This commit is contained in:
2024-07-30 21:41:51 +08:00
commit 192ef21b12
574 changed files with 70686 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
.author-content.author-content-item {
height: 19rem;
background-color: var(--anzhiyu-main);
background-position: left 28%;
background-repeat: no-repeat;
background-size: cover;
color: var(--anzhiyu-white);
overflow: hidden;
margin-top: 0;
background-image: linear-gradient(-45deg, var(--anzhiyu-main), #0f4667, #2a6973 150%, #67044d);
background-size: 400%;
animation: gradient 15s ease infinite;
}