rahuldkjain/github-profile-readme-generator
Auf GitHub ansehenIssue with transparent icons
Open
#602 geöffnet am 13. Sept. 2022
enhancementhacktoberfestv1-deprecated
Repository-Metriken
- Stars
- (19.657 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
=> 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