mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Remove sea theme
This commit is contained in:
parent
f586d79f8e
commit
11b842ec53
1 changed files with 1 additions and 6 deletions
|
@ -14,11 +14,6 @@
|
|||
|
||||
<script src="vendor/autolink.js"></script>
|
||||
<link href="./styles/layout.css" rel="stylesheet" />
|
||||
|
||||
<link
|
||||
href="https://unpkg.com/@videojs/themes@1/dist/sea/index.css"
|
||||
rel="stylesheet"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -57,7 +52,7 @@
|
|||
|
||||
<div id="video-container" class="flex shadow-md owncast-video-container">
|
||||
<video
|
||||
class="video-js vjs-theme-sea"
|
||||
class="video-js"
|
||||
id="video"
|
||||
preload="auto"
|
||||
controls
|
||||
|
|
Loading…
Reference in a new issue