Skip to content

Instantly share code, notes, and snippets.

@choudharymanish8585
Created May 2, 2019 20:35
Show Gist options
  • Save choudharymanish8585/013576a2d1f15f12f5a7d8c63dd915b0 to your computer and use it in GitHub Desktop.
Save choudharymanish8585/013576a2d1f15f12f5a7d8c63dd915b0 to your computer and use it in GitHub Desktop.
.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