score:0

g.cell text.label { ... } worked.

score:1

css will still work if you select the svg element containing your legend text. here's an example in css.

svg text {
   font-size:1.5em;
}

Related Query