remix-run / remix-website

322 stars 72 forks source link

Dark theme inline code links are completely indistinguishable from non-link inline code #260

Closed kisaragi-hiu closed 3 months ago

kisaragi-hiu commented 3 months ago

In dark mode, inline code links (links that only contain inline code, like this) look identical to inline code that isn't a link.

Dark theme Light theme
Dark mode screenshot of the .client modules page in Remix documentation, with two handdrawn arrows, one pointing to "useEffect" and is labeled "link", another pointing to ".client" and is labeled "not a link". The two texts being pointed to otherwise appear identical in style. Light mode screenshot of the .client modules page in Remix documentation. There are no handdrawn arrows. The same texts corresponding to the texts in the dark mode screenshot are visually distinct.

Reproduction:

This reproduces on both Firefox and Chromium.