Skip to content

Commit b8a82eb

Browse files
committed
Fix audio + bg image
1 parent 1c6b20e commit b8a82eb

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

.DS_Store

2 KB
Binary file not shown.

assets/.DS_Store

0 Bytes
Binary file not shown.

assets/img/bg.png

-764 Bytes
Loading

css/style.css

+12-2
Original file line numberDiff line numberDiff line change
@@ -221,5 +221,15 @@ body, .lead, .small {
221221
}
222222

223223
:root {
224-
--plyr-color-main: #1ac266;
225-
}
224+
--plyr-color-main: #2491ff;
225+
}
226+
227+
.plyr__controls {
228+
background: #000 !important;
229+
}
230+
231+
.plyr__control {
232+
color: #fff !important;
233+
}
234+
235+
.plyr--full-ui input[type=range] {}

index.html

+3
Original file line numberDiff line numberDiff line change
@@ -196,5 +196,8 @@ <h2>Go OCO</h2>
196196
<script>
197197
</script>
198198
<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script>
199+
<script>
200+
const player = new Plyr('#player');
201+
</script>
199202
</body>
200203
</html>

0 commit comments

Comments
 (0)