mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-12-16 00:40:43 +01:00
fix player background color
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body class="bg-[#131313]">
|
<body style="background-color: #131313; overflow: hidden">
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import { mount } from 'svelte';
|
import { mount } from 'svelte';
|
||||||
import Player from './Player.svelte';
|
import Player from './Player.svelte';
|
||||||
|
|||||||
Reference in New Issue
Block a user