Notes
Since Chrome 97 (I think), Chrome dark mode looks broken, not only chrome others browser chromium has this issue too such as
- Brave
- Chromium
- Edge
So, this is for example:
- SVG icon inverted look like this.
- YouTube has weird shadow
Fix inverted images & weird shadow YouTube
For fix this weird issue, you just change Auto Dark Mode for Web Contents
flags from Enabled
to Enabled with selective inversion of non-image elements
Step-by-step for resolving this issue:
- Open this URL
chrome://flags/#enable-force-dark
- Change from
Enabled
toEnabled with selective inversion of non-image elements
- Restart or relaunch your browser.
If you want to disable Dark Mode completely
- Open this URL
chrome://flags/#enable-force-dark
- Change to
Default
orDisabled
- Restart or relaunch your browser.
This fix also can use on others Chromium-based browser.
Fix Background Image for some pages
Numerous of website has background-image
CSS, in dark mode these websites look broken.
For resolve this issue, we need extensions called Stylus.
Stylus can change attribute or value CSS for website, so in this case We change an attribute background-image
to none
- Install extensions Stylus
- Click on Stylus icon and Click Manage
- Click on Write new style
- For example, my style name is,
Remove Background Images
but, you can use other names. - Copy and Paste this line to Stylus editor.
body {
background-image: none !important;
}
- Save.
For comparison, website https://subscene.com with and without Background Images