use font colors instead
This commit is contained in:
parent
4e4eaf7594
commit
d56d9dac58
1 changed files with 3 additions and 3 deletions
6
app.rb
6
app.rb
|
@ -32,9 +32,9 @@ end
|
|||
|
||||
def players
|
||||
{
|
||||
'greggnic' => '#dff0d8',
|
||||
'atomaka' => '#d9edf7',
|
||||
'mafiaman' => '#f2dede'
|
||||
'greggnic' => '#3c763d',
|
||||
'atomaka' => '#31708f',
|
||||
'mafiaman' => '#a94442'
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue