We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a07ee9 commit ec9504eCopy full SHA for ec9504e
1 file changed
scoreboard/main.py
@@ -71,7 +71,7 @@
71
max_sol_points = int(cfg["scoreboard"]["task"][task_type]["solution"]["max"])
72
task_count = 0
73
if directories[dir].get(task_type) == "done":
74
- html_content += f'<td style="text-align: center;">{max_sol_points}</td>'
+ html_content += f'<td style="text-align: center;background-color: lightgreen;">{max_sol_points}</td>'
75
task_count += max_sol_points
76
elif directories[dir].get(task_type) == "disabled":
77
html_content += f'<td style="text-align: center;background-color: lightblue;">{max_sol_points}</td>'
0 commit comments