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 def players
{ {
'greggnic' => '#dff0d8', 'greggnic' => '#3c763d',
'atomaka' => '#d9edf7', 'atomaka' => '#31708f',
'mafiaman' => '#f2dede' 'mafiaman' => '#a94442'
} }
end end