Skip to content

Commit

Permalink
add borders to water and poison regions #36
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed May 18, 2017
1 parent 0c50d81 commit 2be31c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -454,6 +454,8 @@ button:not(.disabled):hover {
}

.treatment .bg {
border: 5px solid rgba(255, 255, 255, 0.4);
border-width: 3px 5px 5px 3px;
}

.plant.carrot .bg {
Expand Down

0 comments on commit 2be31c4

Please sign in to comment.