diff --git a/templates/submissions/list.html b/templates/submissions/list.html index 719e272..278bae3 100644 --- a/templates/submissions/list.html +++ b/templates/submissions/list.html @@ -25,19 +25,13 @@ background-color: #f2f2f2; } .success { - background-color: #dff0d8; + background-color: #47fc00b7; } .wating { - background-color: #2f00ff; + background-color: #ff88008c; } .wrong { - background-color: #ff0000; - } - .time { - background-color: #ff0000; - } - .memory{ - background-color: #ff0000; + background-color: #ff00006b; } {% endblock head %} @@ -56,7 +50,7 @@