website: update style.
This commit is contained in:
parent
3cdc2685e6
commit
e84c69f8b9
@ -379,7 +379,20 @@ body.home .max-container a.home-button:visited:hover {
|
||||
}
|
||||
.home-card a.contributing:hover:after {
|
||||
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 {
|
||||
content: attr(data-lang);
|
||||
display: block;
|
||||
|
Loading…
x
Reference in New Issue
Block a user