Anki 2.1.34/35 Beta

Somewhere over the past week or so Anki started inserting color: var(--text-fg); into fields when I edit them, adding a new span element if it has to. For instance, a field with

<div class="ayy">lmao</div><div class="ayy">lmao</div>

turns into

<div class="ayy">lmao<span style="color: var(--text-fg);">lmao</span></div>

if I delete the linebreak the card browser shows for between the divs.

Python 3.8.5 Qt 5.15.1 PyQt 5.15.1, night mode. Tried with addons disabled, same behavior.