Found the answer here: https://wordpress.org/support/topic/turn-off-dark-mode-site-wide/
You need to add this line of code to the functions.php in the blockify files:
add_filter( 'blockify_dark_mode', '__return_false' );
Also interested in an answer. I have the opposite case: How can you force light mode on Saasify?