Steps to reproduce
Create a CSS snippet to change the font style of blockquotes. According to the Docs, the correct variable to use is --blockquote-font-style, so we will use the following CSS: body{--blockquote-font-style: italic;}
Did you follow the troubleshooting guide? [Yes]
Please, follow the Troubleshooting Guide before answering Yes.
Expected result
This should change all blockquotes to italic text.
Actual result
This only changes blockquotes in Reading Mode to italic text.
Environment
Tested in the sandbox vault.
Additional information
Blockquotes in Live Preview mode use the variable --blockquote-style instead of --blockquote-font-style.