Spinning: Difference between revisions
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
} | } | ||
@media not (prefers-reduced-motion: reduce) { | |||
#content { | #content { | ||
animation: spin 1s linear infinite; | animation: spin 1s linear infinite; | ||
} | } | ||
} | |||
.warning { | .warning { | ||
font-size: 4rem; | font-size: 4rem; | ||