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
Updates banner logo so it renders well in dark mode (#1134)
GitHub supports a variety of themes including a dark mode. When
switching to a dark mode, the Bandit banner logo in the README
is almost unreadable. That's because the background is transparent
and the logo uses black text and black in the icon.
This change switches the logo from a transparent background to a
white one. That should resolve the issue in the various theme
modes.
Signed-off-by: Eric Brown <[email protected]>
0 commit comments