Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 17, 2017 18:36
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save deque-blog/440c422e92ca5e0ffe38a0ef219731f9 to your computer and use it in GitHub Desktop.
.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