Fix low contrast with Cypress

1 · Gleb Bahmutov · Sept. 1, 2019, 2:23 p.m.
Take the TodoMVC example application that uses the common tastejs/todomvc-app-css styles. For example, the cypress-io/cypress-example-todomvc repo uses them:123456<head> <meta charset="utf-8"> <title>React • TodoMVC</title> <link rel="stylesheet" href="node_modules/todomvc-common/base.css"> <link rel="stylesheet" href="node_modules/todomvc-app-css/index.css"></head>... and it looks awful on your average projector, the contrast on the page is very low. Most projects display washed out white p...