rahuldkjain/github-profile-readme-generator
View on GitHubIssue with transparent icons
Open
#602 opened on Sep 13, 2022
enhancementhacktoberfestv1-deprecated
Repository metrics
- Stars
- (19,657 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
=> Issue: Icons with black text or a black logo (example: socket.io, express) are invisible if the user is using dark mode
=> Solution: We can add an option to add a white or black background to the icons so regardless of what theme the user is using the icons will be visible
=> I have tried to use inline CSS but didn't work. After some googling found out that inline CSS doesn't work nor does the style tag! it is just filtered out by the markdown engine :(
I'm new to GitHub issue reporting, sorry if this request is redundant