diff --git a/Exercise 1/index.html b/Exercise 1/index.html
index 0180ddf34eea99189cd9ef2d71272ba7dabdd980..26b0242b28c9e345af2b343a103706bb7c7684b2 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>