You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for figuring out the issue here, it was bugging me :)
I'm also open to thinking about an improved border style or color for normal text links, for both light/dark mode--we need perhaps a different, or additional/complementary border style for special things in the user docs: https://neovim.io/doc/user2
I did some reading around accessibility of links and using image as link content and came across this a11yproject/a11yproject.com#1344. So, I think it's a good idea to change alt text to explicitly state that it's a link.
For styling image links, doing a brightness filter could a good effect.
additional/complementary border style for special things in the user docs: neovim.io/doc/user2
I didn't understand what special things in that page was. Could you please elaborate?
Problem
hover effect on Sponsors logo
Reason
anchor tag has display: inline style as default.
Solution
add style
display: block
We could also discuss if this is the right hover effect for images. It works well for text links but for images, we could go another way.
The text was updated successfully, but these errors were encountered: