This commit is contained in:
haoouba 2021-01-28 21:56:00 +08:00
parent 623311c45d
commit f063df8fd5

View File

@ -1933,10 +1933,10 @@ html[data-night='night'] {
border: none;
background: var(--theme);
color: #fff;
font-size: 14px;
&:hover{
animation: 5s ease-in-out 0s infinite normal none running shake;
}
font-size: 14px;
&:hover {
animation: 5s ease-in-out 0s infinite normal none running shake;
}
}
}
}