filp / whoops

PHP errors for cool kids
http://filp.github.io/whoops/
MIT License
13.2k stars 604 forks source link

Search logos #715

Closed jetboy70 closed 2 years ago

jetboy70 commented 2 years ago

The Google, DuckDuckGo and Stack Overflow logos are appearing as white rectangles. This is due to the CSS:

a:link { background: #FFF; }

colouring each of the links.

.search-for-help a:link { background: none; }

would fix it.

Whoops 2.14 / Firefox 94 / Chrome 96 / Edge 96 on Window 10

staabm commented 2 years ago

are you willing to provide a fix as PR?

jetboy70 commented 2 years ago

I'm not GitHub-savvy, but that looks pretty straightforward. Leave it with me.

jetboy70 commented 2 years ago

No longer seeing the issue. Closing.