-
-
Notifications
You must be signed in to change notification settings - Fork 709
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Steps to reproduce
- Visit any page in dark mode.
- Observe that the GitHub
::beforeimages are not visible against the dark bg of the docs site. - Related issue: Observe that the text in the "add yours" sidebar wraps awkwardly due to the presence of the icon.
Solution
Not sure... We can do background-color: currentColor on that ::before, but then some of the background clips:
It also won't work for light mode.
Another idea was to use a background radial image, but it doesn't seem to be possible to layer that with a background-image without obscuring it, even if we make some parts of the color transparent.
Is there a way to get images without transparency from the API?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working


