actually use font colors

This commit is contained in:
Andrew Tomaka 2015-04-23 15:32:44 -04:00
parent d56d9dac58
commit 14c25dd6b1

2
app.rb
View file

@ -27,7 +27,7 @@ end
#HELPERS #HELPERS
def player_style(player) def player_style(player)
"background-color:#{players[player]};font-weight: bold" if players.keys.include?(player) "color:#{players[player]};font-weight: bold" if players.keys.include?(player)
end end
def players def players