Toggle color accessibility based on user agent

It's only supported in chrome and firefox and we can't feature detect this.
This commit is contained in:
orangemug
2019-05-18 18:19:23 +01:00
parent c3c0c35d8a
commit 22688933b3
3 changed files with 92 additions and 97 deletions
+1
View File
@@ -26,6 +26,7 @@
"classnames": "^2.2.6",
"codemirror": "^5.40.2",
"color": "^3.0.0",
"detect-browser": "^4.5.0",
"file-saver": "^1.3.8",
"jsonlint": "github:josdejong/jsonlint#85a19d7",
"lodash.capitalize": "^4.2.1",