nodejs.org
nodejs.org copied to clipboard
"Run Javascript Anywhere" invisible when text is selected in dark mode
URL:
https://nodejs.org/en
Browser Name:
Firefox
Browser Version:
125.0b4 (64-bit)
Operating System:
Mac OS Sonama 14.4.1
How to reproduce the issue:
- Visited https://nodejs.org/en
- Selected the
Run Javascript Anywhereh1 text while being in dark mode. - Expected to have a readable text when selected
Additional step - i can only get this to happen if the browser window loses focus. it's odd for sure but reduces the concern ever so slightly to me
I'm able to replicate this without the browser window to loose focus.
I tested it myself, if you remove this property on the CSS h1 document:
-webkit-text-fill-color: transparent;
It starts working again.
@rithviknishad Could you test this branch?
https://github.com/nodejs/nodejs.org/pull/6605
Yup! Works as expected!