Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixed background color for images which was unreadable in dark theme.
Description
The images in the following url were not readable in dark theme:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Content_negotiation#principles_of_content_negotiation
I have added white background to all the images and is readable now.
Motivation
I came across this issue in the issues tab for the repository #29644
therefore I solved the issue
Additional details
Initial image:
![image](https://private-user-images.githubusercontent.com/115402871/276144425-97596581-b986-4bc3-9a5c-40f54492daed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODU0NDgsIm5iZiI6MTczODg4NTE0OCwicGF0aCI6Ii8xMTU0MDI4NzEvMjc2MTQ0NDI1LTk3NTk2NTgxLWI5ODYtNGJjMy05YTVjLTQwZjU0NDkyZGFlZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQyMzM5MDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jOTllZjk2MTg1ZjhkOWE3YmZlYmJlYzFjMjQ4MTdhYjEyMjQyNTY0NmJiZWI0YTMxZTQ4NWJjMjgzZjBiNTQ2JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.3J3C00Q_d-V4NBzsnb4OCOb0yV9CkIzkLq-5XCVSI3w)
Fixed Image:
![image](https://private-user-images.githubusercontent.com/115402871/276145117-181935e0-f914-4202-9f0f-7fab34196bfd.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4ODU0NDgsIm5iZiI6MTczODg4NTE0OCwicGF0aCI6Ii8xMTU0MDI4NzEvMjc2MTQ1MTE3LTE4MTkzNWUwLWY5MTQtNDIwMi05ZjBmLTdmYWIzNDE5NmJmZC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA2JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwNlQyMzM5MDhaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0xY2ZhNmUwNGNhMmFiZGI5NzVlOWFhZjg1MmRlMzQwZDFmNGFkMTQ3YjU1ODVhNWI0NGFjMWU0MjkzZTQyNjc5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.4eJYqu7LgcXJhio9wcQdIOmoMoArLvL3jPUdTmyyams)
Related issues and pull requests
Fixes #29644