Skip to content

Commit

Permalink
adjust the hard color for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
SamTheKorean committed Jan 19, 2025
1 parent 6e6dfe8 commit d989d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Sidebar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ aside {
}

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

.gradientText {
Expand Down
2 changes: 1 addition & 1 deletion src/components/Table/Table.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ tr:nth-child(even) {
}

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

.completedIcon {
Expand Down

0 comments on commit d989d9e

Please sign in to comment.