Set background color to transparent initially

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/653/head
Varun Patil 2023-05-14 22:02:44 -07:00
parent a7e0fa8b11
commit 1fb15a2f51
1 changed files with 6 additions and 0 deletions

View File

@ -1 +1,7 @@
<style type="text/css">
body, html {
background: transparent;
}
</style>
<div id="vue-content"></div>