Sublime Theme

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);
}
6 Likes