You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove the <source> that messes it up in dark mode (devcontainers#90)
Fixesdevcontainers#88
Nothing else changes when dark mode is enabled, so this is the only thing that does.
When it does, it makes it white-on-white which isn't readable.
The reason I removed the <picture> wrapper tag is just personal preference to not
use stuff if it's not needed; and it doesn't seem to be needed when you only have
one <img> and no <source> elements to provide alternatives 🤷♂️.
0 commit comments