.cell--blue { | |
fill: blue; | |
} | |
.cell--red { | |
fill: #e80000; | |
} | |
.cell--green { | |
fill: green; | |
} | |
.cell--none { | |
fill: lightgray; | |
transition-duration: 0s; | |
} | |
.cell--wall { | |
fill: #646464; | |
} | |
.cell--help { | |
fill: blue; | |
fill-opacity: 0.25; | |
} | |
.cell--help { | |
transition-duration: 1s; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment