Contrast on self-XSS warning is bad

Issue: On monzo.com, if you open the developer console, there’s a self XSS warning, however if your browser is set to dark mode, the contrast of this warning is essentially zero.

Should be a simple fix, just slap a padding: 4px; background: white; in that bad boy. (I’d be even more helpful and tell you where the file is, but source maps off in production :smiling_face_with_tear:)

1 Like

possibly also want to delay that being dropped in the console until the rest of the page has loaded or it’ll never be seen by people with strict settings, adblock or other tools in their browser :stuck_out_tongue: