mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
Set George's new hero stat colors.
This commit is contained in:
parent
03705825d9
commit
96f9b60780
1 changed files with 3 additions and 3 deletions
|
@ -201,13 +201,13 @@ $heroCanvasHeight: 265px
|
|||
|
||||
|
||||
&.attack .stat-progress-bar
|
||||
background: purple
|
||||
background: #c32424
|
||||
|
||||
&.health .stat-progress-bar
|
||||
background: red
|
||||
background: #0f802a
|
||||
|
||||
&.speed .stat-progress-bar
|
||||
background: green
|
||||
background: #4d52ab
|
||||
|
||||
|
||||
//- Carousel switch buttons
|
||||
|
|
Loading…
Reference in a new issue