Created
May 2, 2019 20:35
-
-
Save choudharymanish8585/013576a2d1f15f12f5a7d8c63dd915b0 to your computer and use it in GitHub Desktop.
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
.THIS .diet-veg{ | |
background : yellowgreen; | |
} | |
.THIS .diet-nveg{ | |
background : orangered; | |
color : white; | |
} | |
.THIS .working-true{ | |
background : rebeccapurple; | |
color : white; | |
} | |
.THIS .working-false{ | |
} | |
.THIS .color-blue{ | |
background : deepskyblue; | |
color : white; | |
} | |
.THIS .color-grey{ | |
background : lightgrey; | |
color : black; | |
} | |
.THIS .color-black{ | |
background : black; | |
color : white; | |
} | |
.THIS .color-pink{ | |
background : deeppink; | |
color : white; | |
} | |
.THIS .color-cyan{ | |
background : lightcyan; | |
color : black; | |
} | |
.THIS .color-green{ | |
background : orange; | |
color : black; | |
} | |
.THIS .color-orange{ | |
background : green; | |
color : white; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment