$('html').attr('style', 'background-color:#232323!important');
$('body').attr('style', 'background-color:#232323!important');
html{
color:#fefefe;
background-color:#232323;
}
<style>
с нужными правилами.<script>
if (true) {
document.write(`<style>
html, body {
background-color:#232323 !important
}
</style>`);
}
</script>