How can I get karma browser's to use a dark theme?
问题 I'm starting to use karma in an Angular app and would like to change the browser theme to be dark. I wanted to know if there was anywhere in the configuration file I can just inject simple css or use add a js file to inject these styles. e.g. karma-styles.js var css = ` html * { background-color: black !important; color: white !important; } .html-reporter .failures .spec-detail .description { background-color: #b03911 !important; } `, head = document.head || document.getElementsByTagName(