Skip to content

Commit 9b27d32

Browse files
authored
[scoreboard] Change lightblue color with another tone (#363)
1 parent e190369 commit 9b27d32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: scoreboard/main.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
html_content += f'<td style="text-align: center;background-color: lightgreen;">{max_sol_points}</td>'
7575
task_count += max_sol_points
7676
elif directories[dir].get(task_type) == "disabled":
77-
html_content += f'<td style="text-align: center;background-color: lightblue;">{max_sol_points}</td>'
77+
html_content += f'<td style="text-align: center;background-color: #6495ED;">{max_sol_points}</td>'
7878
task_count += max_sol_points
7979
else:
8080
html_content += '<td style="text-align: center;">0</td>'

0 commit comments

Comments
 (0)