Skip to content

Commit

Permalink
Change green to blue because colour blindness
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkerubber committed Feb 5, 2015
1 parent ef52921 commit c919a56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/stylesheets/user-show.css
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,10 @@ div.user_show .evaluation .legend span {
padding: 10px;
}
div.user_show .evaluation .sig_1 {
color: #388922; /* green */
color: #2077C0; /* dark blue */
}
div.user_show .evaluation .sig_2 {
color: #83ab23; /* appricot */
color: #23A1AB; /* light blue */
}
div.user_show .evaluation .sig_3 {
color: #B8AA1A; /* yellow */
Expand Down

0 comments on commit c919a56

Please sign in to comment.