summaryrefslogtreecommitdiff
path: root/tpl/study
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/study')
-rw-r--r--tpl/study/list.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/study/list.php b/tpl/study/list.php
index 0d04ccb..c44e45e 100644
--- a/tpl/study/list.php
+++ b/tpl/study/list.php
@@ -13,7 +13,7 @@ foreach ($batches as $batch) {
if ($batch['lr_date']) {
if ($batch['lr_score'] == 100)
$color = "#00AA00";
- else if ($batch['lr_score'] >= 90)
+ else if ($batch['lr_score'] >= 80)
$color = "#55FF55";
else if ($batch['lr_score'] >= 50)
$color = "#FFFF00";