summaryrefslogtreecommitdiff
path: root/tpl/study/list.php
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/study/list.php')
-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 feffc72..0d04ccb 100644
--- a/tpl/study/list.php
+++ b/tpl/study/list.php
@@ -12,7 +12,7 @@ foreach ($batches as $batch) {
$color = "";
if ($batch['lr_date']) {
if ($batch['lr_score'] == 100)
- $color = "#00CC00";
+ $color = "#00AA00";
else if ($batch['lr_score'] >= 90)
$color = "#55FF55";
else if ($batch['lr_score'] >= 50)