From f71a75d7a9c35b386ad5d1aab31f806448a31fd9 Mon Sep 17 00:00:00 2001 From: LuizaMaluf Date: Thu, 7 Dec 2023 08:09:35 -0300 Subject: [PATCH] feat(submission_table_colors): correcting colors of the table --- templates/submissions/list.html | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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 @@

Submissions

{% for submission in page_obj %} - + {{ submission.id }}