From 5682987e389cac92af1729c7b215f79d2e46c843 Mon Sep 17 00:00:00 2001
From: Volker Coors <volker.coors@hft-stuttgart.de>
Date: Wed, 6 Apr 2022 10:12:59 +0000
Subject: [PATCH] Update index.html

---
 Exercise 1/index.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Exercise 1/index.html b/Exercise 1/index.html
index 0180ddf..26b0242 100644
--- a/Exercise 1/index.html	
+++ b/Exercise 1/index.html	
@@ -48,7 +48,7 @@
                 d > 100 ? '#F6EC00' :
                 d > 75 ? '#D1E023' :
                 d > 50 ? '#B2D531' :
-                d > 50 ? '#A4C711' :
+                d > 25 ? '#A4C711' :
                 d > 0 ? '#61B949' :
                 '#FFEDA0';
         }
@@ -75,4 +75,4 @@
 
 </body>
 
-</html>
\ No newline at end of file
+</html>
-- 
GitLab