use font colors instead

This commit is contained in:
Andrew Tomaka 2015-04-23 15:32:24 -04:00
parent 4e4eaf7594
commit d56d9dac58

6
app.rb
View file

@ -32,9 +32,9 @@ end
def players
{
'greggnic' => '#dff0d8',
'atomaka' => '#d9edf7',
'mafiaman' => '#f2dede'
'greggnic' => '#3c763d',
'atomaka' => '#31708f',
'mafiaman' => '#a94442'
}
end