fix white flash on load

chakra ui defines background white, maybe there is a cleaner way to override
This commit is contained in:
cv
2021-04-23 14:20:58 +02:00
parent b846340ccb
commit e4823c91d6
5 changed files with 17 additions and 55 deletions
+6
View File
@@ -25,6 +25,12 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<style>
body,
html {
background-color: rgba(0, 0, 0, 0) !important;
}
</style>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>