Skip to content

Commit

Permalink
update : modify the colour for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheKorean committed Jan 12, 2025
1 parent 5582f15 commit 5e7081b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/components/Sidebar/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,15 +103,15 @@ aside {
}

.easy {
color: #1cbaba;
color: #007f71;
}

.medium {
color: #ffb700;
color: #936a00;
}

.hard {
color: #f63737;
color: #e0284b;
}

.gradientText {
Expand Down
8 changes: 4 additions & 4 deletions src/components/Table/Table.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tr:nth-child(odd) {
}

tr:nth-child(even) {
background-color: var(--bg-100);
background-color: #ffffff;
}

/* Problem column */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 5e7081b

Please sign in to comment.