From e7cc2fdfa015d8b073cbb56cddd5a00765b67f9f Mon Sep 17 00:00:00 2001 From: BartM82 <105561997+BartM82@users.noreply.github.com> Date: Sun, 29 Jun 2025 20:53:31 +0200 Subject: [PATCH] Update content.js --- plugin/plugin_chrome/content.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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() {