ntno / mkdocs-terminal

monospace theme for MkDocs
https://ntno.github.io/mkdocs-terminal/
MIT License
96 stars 3 forks source link

fix link hover style issue in tile grid #117

Closed ntno closed 1 year ago

ntno commented 1 year ago

when a linked tile is hovered we should highlight it just like links are highlighted when links are hovered on.
we should NOT highlight the figcaption as it could contain a different link from the tile link

Description

linked image tile on hover

linked-image-tile

linked image tile on hover when image is broken

linked-tile-with-broken-image

linked image tile when image is valid but slow to load

slow-to-load-image

Testing

added examples on palette pages to test contrast in alternate palettes updated existing unit tests

Checklist