From 5e7081b1898fda401ae1807f9771de0ba6c49c63 Mon Sep 17 00:00:00 2001 From: SamTheKorean Date: Sat, 4 Jan 2025 16:51:23 -0500 Subject: [PATCH] update : modify the colour for accessibility --- src/components/Sidebar/Sidebar.module.css | 6 +++--- src/components/Table/Table.module.css | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Sidebar/Sidebar.module.css b/src/components/Sidebar/Sidebar.module.css index 5889570..c4990f1 100644 --- a/src/components/Sidebar/Sidebar.module.css +++ b/src/components/Sidebar/Sidebar.module.css @@ -103,15 +103,15 @@ aside { } .easy { - color: #1cbaba; + color: #007f71; } .medium { - color: #ffb700; + color: #936a00; } .hard { - color: #f63737; + color: #e0284b; } .gradientText { diff --git a/src/components/Table/Table.module.css b/src/components/Table/Table.module.css index 853014a..6ec9113 100644 --- a/src/components/Table/Table.module.css +++ b/src/components/Table/Table.module.css @@ -21,7 +21,7 @@ tr:nth-child(odd) { } tr:nth-child(even) { - background-color: var(--bg-100); + background-color: #ffffff; } /* Problem column */ @@ -49,15 +49,15 @@ tr:nth-child(even) { } .easy { - color: #1cbaba; + color: #007f71; } .medium { - color: #ffb700; + color: #936a00; } .hard { - color: #f63737; + color: #e0284b; } /* Status column */