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; border: none;
background: var(--theme); background: var(--theme);
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
&:hover{ &:hover {
animation: 5s ease-in-out 0s infinite normal none running shake; animation: 5s ease-in-out 0s infinite normal none running shake;
} }
} }
} }
} }