actually use font colors
This commit is contained in:
parent
d56d9dac58
commit
14c25dd6b1
1 changed files with 1 additions and 1 deletions
2
app.rb
2
app.rb
|
@ -27,7 +27,7 @@ end
|
|||
|
||||
#HELPERS
|
||||
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
|
||||
|
||||
def players
|
||||
|
|
Loading…
Reference in a new issue