CSS code that controls the background color

Welcome. Test this:

#root>div {
    --ls-primary-background-color: #55aa55;
    --ls-secondary-background-color: #5555aa;
}

Then pick some practical values.

UPDATE: Change the main background color with css

2 Likes