fix player background color

This commit is contained in:
2025-11-08 18:50:40 +01:00
parent 66c638425d
commit d2b6086155

View File

@@ -13,7 +13,7 @@
}
</style>
</head>
<body class="bg-[#131313]">
<body style="background-color: #131313; overflow: hidden">
<script type="module">
import { mount } from 'svelte';
import Player from './Player.svelte';