Browse Source

Remove sea theme

pull/5/head
Gabe Kangas 5 years ago
parent
commit
11b842ec53
  1. 7
      webroot/index.html

7
webroot/index.html

@ -14,11 +14,6 @@ @@ -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 @@ @@ -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…
Cancel
Save