diff --git a/.gitignore b/.gitignore index e51d26f4..f2b68beb 100644 --- a/.gitignore +++ b/.gitignore @@ -15,6 +15,9 @@ # production /build +# dev cache +/dev-dist + # misc .DS_Store .env.local diff --git a/public/index.html b/index.html similarity index 78% rename from public/index.html rename to index.html index a1759026..c644301f 100644 --- a/public/index.html +++ b/index.html @@ -46,7 +46,7 @@ - + @@ -58,19 +58,27 @@ manifest.json provides metadata used when your web app is installed on a user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ --> - - + body:not(.chakra-ui-dark) { + background-color: #1a202c; + } + +
+