Skip to content

Instantly share code, notes, and snippets.

@mklickman
Created May 30, 2014 19:17
Show Gist options
  • Save mklickman/5e9e83b681556c90fe04 to your computer and use it in GitHub Desktop.
Save mklickman/5e9e83b681556c90fe04 to your computer and use it in GitHub Desktop.
Replacement cell color styles for http://kangax.github.io/compat-table/es6/ (Chrome users, check out the Stylebot extension if you haven't already). Edit color values as needed.
.yes {
background: #75c073;
}
#table-wrapper tr:hover td.yes, #table-wrapper td.hover.yes {
background: #5ba059;
}
.no {
background: e68484;
}
#table-wrapper tr:hover td.no, #table-wrapper td.hover.no {
background: #c05757;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment