coveragepy
coveragepy copied to clipboard
Chrome/Ubuntu doesn't switch to dark theme
See the discussion starting at https://github.com/nedbat/coveragepy/issues/858#issuecomment-893819381
As a temporary workaround (to force dark mode) until this is implemented, one can:
- Take the
CSSfile and do a search-and-replace as follows:prefers-color-scheme: dark->min-width: 1px
(You could even automatically script this as part of your testing workflow)