diff --git a/plugin/plugin_chrome/content.js b/plugin/plugin_chrome/content.js index 03a4f88..8007467 100644 --- a/plugin/plugin_chrome/content.js +++ b/plugin/plugin_chrome/content.js @@ -362,10 +362,11 @@ class DIMAAnalyzer { } getColor(score) { - if (score < 25) return '#27ae60'; - if (score < 50) return '#f39c12'; - if (score < 75) return '#e67e22'; - return '#e74c3c'; + if (score < 20) return '#27ae60'; + if (score < 30) return '#f39c12'; + if (score < 50) return '#e67e22'; + if (score < 75) return '#d35400'; + return '#b30000'; } showModal() {