mirror of
https://github.com/revoltchat/revite.git
synced 2025-04-21 15:57:38 -05:00
Fix: Load Theme early for onboarding.
This commit is contained in:
parent
8b91b4a632
commit
e03c2f88af
4 changed files with 22 additions and 12 deletions
|
@ -11,4 +11,9 @@
|
|||
<div id="app"></div>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
<style>
|
||||
html {
|
||||
background-color: #191919;
|
||||
}
|
||||
</style>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue