Dark theme
This commit is contained in:
parent
ea1ea2aa68
commit
c71c246959
37 changed files with 363 additions and 215 deletions
|
@ -18,7 +18,7 @@ module.exports = function body(main) {
|
|||
return function(state, emit) {
|
||||
const b = html`
|
||||
<body
|
||||
class="flex flex-col items-center font-sans md:h-screen md:bg-grey-lightest"
|
||||
class="flex flex-col items-center font-sans md:h-screen md:bg-grey-10 dark:bg-black"
|
||||
>
|
||||
${banner(state, emit)} ${state.cache(Header, 'header').render()}
|
||||
${main(state, emit)} ${state.cache(Footer, 'footer').render()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue