mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 04:31:22 +08:00
website: update style.
This commit is contained in:
@ -379,7 +379,20 @@ body.home .max-container a.home-button:visited:hover {
|
|||||||
}
|
}
|
||||||
.home-card a.contributing:hover:after {
|
.home-card a.contributing:hover:after {
|
||||||
color: var(--color-fg-muted);
|
color: var(--color-fg-muted);
|
||||||
|
animation: contributing-move 0.1s infinite;
|
||||||
}
|
}
|
||||||
|
@keyframes contributing-move {
|
||||||
|
0% {
|
||||||
|
transform: translate(0px, 0px);
|
||||||
|
}
|
||||||
|
50% {
|
||||||
|
transform: translate(0px, -3px);
|
||||||
|
}
|
||||||
|
100% {
|
||||||
|
transform: translate(0px, 0px);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.home-card a.tag::before {
|
.home-card a.tag::before {
|
||||||
content: attr(data-lang);
|
content: attr(data-lang);
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user