The problem
Banner (cover) image for each README is weirdly whited-out. This makes it feel poorer-quality, and inconsistent with images below which aren't whited-out or muted in some other fashion. AFAIK this is recent; it wasn't like that a couple months ago.
Some examples are below.
Root cause
(Found via 'inspect' in chrome): It's adding inside
tag for the cover image: class="w-full object-cover object-center [mask-image:linear-gradient(rgba(0,0,0,1),_rgba(0,0,0,0.5))] block"
But gitbook doesn't make it easy to remove this. (Details in comment below.)
Possible solutions
Ideally: find a way to not have the whiteout
In lieu of that, other options per page are:
- don't have a cover image. Note: this is where main page is headed, see #1423
- have an inline image, vs cover image. Example: see Cand 0 in a #1423 comment.
Examples
Main

Discover

Developers
