[ { "search": ".scale-section.underweight.active", "replace": ".scale-section.underweight.active { color: blue; }" }, { "search": ".scale-section.normal-weight.active", "replace": ".scale-section.normal-weight.active { color: green; }" }, { "search": ".scale-section.overweight.active", "replace": ".scale-section.overweight.active { color: orange; }" }, { "search": ".scale-section.obese.active", "replace": ".scale-section.obese.active { color: red; }" } ]