From c919a5614c2ac391ccdfd95b8ec52c09ac5c65ae Mon Sep 17 00:00:00 2001 From: clarkerubber Date: Fri, 6 Feb 2015 02:11:05 +1100 Subject: [PATCH] Change green to blue because colour blindness --- public/stylesheets/user-show.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/user-show.css b/public/stylesheets/user-show.css index c945e3e007..2d4c937052 100644 --- a/public/stylesheets/user-show.css +++ b/public/stylesheets/user-show.css @@ -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 */