mirror of
https://github.com/yude-jp/yude.jp
synced 2024-11-10 20:38:00 +09:00
Cleanup
This commit is contained in:
parent
32aa9d1544
commit
4d14548d09
@ -12,12 +12,8 @@ const Layout = (props) => {
|
||||
<title>{title ? `${title} - ${siteTitle}` : siteTitle}</title>
|
||||
<link rel="icon" href="/static/images/favicon.ico" />
|
||||
</Head>
|
||||
<Background>
|
||||
<body className="bg-white text-black dark:bg-black dark:text-white">
|
||||
<main>
|
||||
{/*
|
||||
{title ? <h1 className="page-title">{title}</h1> : ``}
|
||||
*/}
|
||||
<div className="page-main">
|
||||
{children}
|
||||
</div>
|
||||
@ -41,7 +37,6 @@ const Layout = (props) => {
|
||||
</footer>
|
||||
</main>
|
||||
</body>
|
||||
</Background>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
4
styles/globals.css
Normal file
4
styles/globals.css
Normal file
@ -0,0 +1,4 @@
|
||||
/* Start purging... */
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
/* Stop purging. */
|
Loading…
Reference in New Issue
Block a user