Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disabling gravatar animation #211

Closed
gaveen opened this issue Jan 29, 2024 · 1 comment
Closed

Disabling gravatar animation #211

gaveen opened this issue Jan 29, 2024 · 1 comment

Comments

@gaveen
Copy link

gaveen commented Jan 29, 2024

Is currently possible to rotating animation used with the gravatar image?

@nanxiaobei
Copy link
Owner

you can remove hover:animate-spin class here: https://github.com/nanxiaobei/hugo-paper/blob/main/layouts/_default/list.html#L29

from
"my-0 aspect-square w-16 rounded-full !bg-black/5 hover:animate-spin dark:!bg-black/80"
to
"my-0 aspect-square w-16 rounded-full !bg-black/5 dark:!bg-black/80"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants