Skip to content

Commit

Permalink
Changed error messages text color to red
Browse files Browse the repository at this point in the history
  • Loading branch information
markozz committed Aug 18, 2016
1 parent 2cfcbf8 commit 63d2dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions server/public/static/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@

.pokemonTile > div {
margin-left: 5px;
}

.error {
color: red;
}

0 comments on commit 63d2dec

Please sign in to comment.