Subject: [Bug Report] My messages are unreadable in dark mode
Hello, I’ve encountered a visibility issue in ChatGPT’s dark mode.
After a recent update, my own message bubbles appear with a white background and white (or nearly white) text — making it extremely difficult to read.
This didn’t happen before. It only occurs in “Dark Mode”; when I switch to “System” or “Light Mode,” the issue disappears.
Please investigate this — it seems like a UI regression that impacts accessibility and user experience. I’ve attached a screenshot for reference.
I’m currently using Chrome, and the issue still seems unresolved.
I’ve tried clearing the cache, switching Chrome themes, and even using incognito mode, but nothing worked.
I think this might be something the GPT UI team needs to look into.
I have the same issue and have identified the cause :
It comes from : @media (prefers-reduced-transparency: reduce) {
:is(html,.light,.dark .light) {
–message-surface: #f4f4f4;
}
}
There is a missing comme between .dark and .light Without the comma, it’s selecting light-themed elements inside dark-themed containers.
To fix it (before a chatGPT official fix, you can go in the developper console (F12 or inspect an element) and in the styles, you look at --message-surface and when you see the rule, add the missing comma yourself
I found a temporary workaround.
By opening the developer tools (F12) and changing the color code under .styles → .message, I was able to fix the issue, as shown in the screenshot.
Thank you for your help, @quentinbragard!
Here is a substantial fix I discovered to remedy this problem (at least for those who use a Chrome based web browser).
Go to the settings in ChatGPT and set the Theme to Light.
Next, go to the webstore for extensions:
Search for/download the dark mode extension Dark Reader by darkreader_dot_org.
Assuming you know how to “pin [an] extension to [the] toolbar” and click on it’s icon, all you need do then is simply turn in on aaaaaand…
VOILÀ!!
Problem solved. The natural order has been restored.
Here’s a screenshot of the How-To PDF that ChatGPT came up with. Apparently ya can’t upload PDF’s on this forum.