generate_show_block_editor_styles

The generate_show_block_editor_styles allows you to remove all front-end styles, including colors, typography, in the block editor to make it easier to edit in certain cases and color schemes.

To remove the front-end styles, add this PHP snippet:

add_filter( 'generate_show_block_editor_styles', '__return_false' );