pandoc-bash-blog
pandoc-bash-blog copied to clipboard
Transitions for drop shadows on links
See this Pen for an example of hover animations.
See An Interactive Guide to CSS Transitions for a tutorial.
Might be as simple as something like
transition: text-shadow 300ms;
on a
elements.