We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e190369 commit 9b27d32Copy full SHA for 9b27d32
scoreboard/main.py
@@ -74,7 +74,7 @@
74
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>'
+ html_content += f'<td style="text-align: center;background-color: #6495ED;">{max_sol_points}</td>'
78
79
else:
80
html_content += '<td style="text-align: center;">0</td>'
0 commit comments