Created
May 30, 2014 19:17
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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