additional asset and layout refactoring

This commit is contained in:
Cory Dransfeldt 2022-06-06 09:45:36 -07:00
parent dec820fd01
commit 84e1509809
14 changed files with 27 additions and 63 deletions

View file

@ -24,7 +24,7 @@ class MyDocument extends Document {
<meta name="theme-color" content="#000000" />
<link rel="alternate" type="application/rss+xml" href="/feed.xml" />
</Head>
<body className="bg-white text-black antialiased dark:bg-gray-900 dark:text-white">
<body className="bg-white text-black antialiased dark:bg-black dark:text-white">
<Main />
<NextScript />
</body>