improved background rendering slightly
This commit is contained in:
parent
ff092d3d84
commit
863a2e9c29
3 changed files with 17 additions and 17 deletions
|
@ -18,8 +18,7 @@ function banner(state, emit) {
|
|||
|
||||
function body(template) {
|
||||
return function(state, emit) {
|
||||
const b = html`<body>
|
||||
${activeBackground(state, emit)}
|
||||
const b = html`<body class="background ${activeBackground(state)}">
|
||||
${banner(state, emit)}
|
||||
${header(state)}
|
||||
<main class="main">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue