From d56d9dac5823007bae0a7fb4db04d9cdc50a7cd4 Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 23 Apr 2015 15:32:24 -0400 Subject: [PATCH] use font colors instead --- app.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app.rb b/app.rb index a4e5145..7a76043 100644 --- a/app.rb +++ b/app.rb @@ -32,9 +32,9 @@ end def players { - 'greggnic' => '#dff0d8', - 'atomaka' => '#d9edf7', - 'mafiaman' => '#f2dede' + 'greggnic' => '#3c763d', + 'atomaka' => '#31708f', + 'mafiaman' => '#a94442' } end