It’s a color variable so it can change whether the site uses the light or dark color palette:
body #main-outlet {
background: var(--secondary);
}
It’s a color variable so it can change whether the site uses the light or dark color palette:
body #main-outlet {
background: var(--secondary);
}