tweak styles

This commit is contained in:
Ben Phelps 2022-09-26 16:56:20 +03:00
parent 4386999c38
commit 5f0c1ec70a
4 changed files with 9 additions and 5 deletions

View file

@ -9,7 +9,11 @@ export default function Document() {
content="A highly customizable homepage (or startpage / application dashboard) with Docker and service API integrations."
/>
</Head>
<body className="relative w-full h-full bg-theme-50 dark:bg-theme-800 transition duration-150 ease-in-out">
<body
className="
relative w-full h-full bg-theme-50 dark:bg-theme-800 transition duration-150 ease-in-out
"
>
<Main />
<NextScript />
</body>