constitution ability style css fix
This commit is contained in:
parent
057f4f2e52
commit
2255777840
@ -29,7 +29,7 @@ export class AbilityCardComponent implements OnInit {
|
||||
this.headStyle.bgColor = '#4BBE9C';
|
||||
break;
|
||||
case 'Constitution':
|
||||
this.headStyle.bgColor = 'red';
|
||||
this.headStyle.bgColor = '#e9cca7';
|
||||
break;
|
||||
case 'Intelligence':
|
||||
this.headStyle.bgColor = '#5AA9E6';
|
||||
|
Loading…
Reference in New Issue
Block a user