Switch the spin direction of the refresh button

This commit is contained in:
jliddev
2020-11-09 13:09:10 -06:00
parent 7d988faf7c
commit 0bfecbafab

View File

@@ -120,7 +120,7 @@ footer {
@keyframes rotate {
to {
transform: rotate(360deg);
transform: rotate(-360deg);
}
}