Skip to content

Instantly share code, notes, and snippets.

@hemangsk
Created April 14, 2019 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hemangsk/7ef9455a709eb110122f1f11e9b2a159 to your computer and use it in GitHub Desktop.
Save hemangsk/7ef9455a709eb110122f1f11e9b2a159 to your computer and use it in GitHub Desktop.
text {
font-size: 10px;
text-anchor: middle;
fill: #4f442b;
}
g > text.active {
font-size: 30px;
}
circle {
fill: #75739F;
stroke: black;
stroke-width: 1px;
}
circle.active {
fill: #FE9922;
}
circle.inactive {
fill: #C4B9AC;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment