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 )