Closed jetboy70 closed 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
are you willing to provide a fix as PR?
I'm not GitHub-savvy, but that looks pretty straightforward. Leave it with me.
No longer seeing the issue. Closing.
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