Skip to content

Commit

Permalink
Tweak text colors
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Oct 31, 2024
1 parent b869d1b commit bc801b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,11 @@ table.form tr.selectable:hover {
}

table.form.skills tr.selectable {
color: #46506d;
color: #9095a5;
}

table.form.skills tr.selectable.basic {
color: #0c3197;
color: #000;
}

table.form.skills .theme {
Expand Down

0 comments on commit bc801b4

Please sign in to comment.