Code snippets: Object recognition

 

  1. Change the default color of the arcs of a tag

// default arc color for clickable items .or__tag__button .or__tag__button__arc { fill: var(--color1); } // default color for non-clickable arcs .or__tag__button.or__tag__button--empty .or__tag__button__arc { fill: var(--color2); }