a simple solution as @JohntheFish wrote is to add a ‘Header Extra Content’-Attribute for that page and add
<style>
body {background-color:rgb(17, 0, 43);}
</style>
use your rgb or hex color
a simple solution as @JohntheFish wrote is to add a ‘Header Extra Content’-Attribute for that page and add
<style>
body {background-color:rgb(17, 0, 43);}
</style>
use your rgb or hex color