mrwweb / enhanced-embed-block

Enhance the default YouTube Embed Block in WordPress to load faster.
GNU General Public License v3.0
2 stars 1 forks source link

Fallback link is hard to read if the site uses a background color on links #8

Closed cbirdsong closed 2 weeks ago

cbirdsong commented 2 weeks ago

Our theme has a little color tint when you hover over a link:

A link with a dark green underline and a light green background color. Imagine a mouse pointer is hovering over it.

That also applies to the .lite-youtube-fallback link if the lite-youtube script fails to load:

https://github.com/mrwweb/enhanced-embed-block/assets/1672206/8ca1a07c-62a5-46b8-85f3-3dc7ee244736

Easy solution:

Complicated solution:

mrwweb commented 2 weeks ago

!important feels quite appropriate for this case. I'll get that on the roadmap.