Change green to blue because colour blindness

This commit is contained in:
clarkerubber 2015-02-06 02:11:05 +11:00
parent ef52921fd8
commit c919a5614c

View file

@ -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 */