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