fix theme...
This commit is contained in:
13
themes/anzhiyu/source/css/_extra/single_card/single_card.css
Normal file
13
themes/anzhiyu/source/css/_extra/single_card/single_card.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user