I am styling a document marked up in TEI. I would like to render the "Dio" red (choice-sic-hi rend="red-corr"). I have tried the following and the word "Dio" will not render red. Here is the code:
choice sic hi[rend="red-corr"]{
color: red;
}
<l n="21">Che fè Sufia, a chi Dio <choice>
<sic>lo cuor <hi rend="red-corr">Dio</hi></sic>
<corr cert="medium" resp="#SPM">lo cuor </corr>
</choice>crevant;<note xml:id="p21"/></l>
I sense I may not understand the syntax. Any suggestions?
Thanks!