Skip to content

Commit

Permalink
Fix audio + bg image
Browse files Browse the repository at this point in the history
  • Loading branch information
lukefretwell committed Nov 22, 2024
1 parent 1c6b20e commit b8a82eb
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 2 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file modified assets/.DS_Store
Binary file not shown.
Binary file modified assets/img/bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -221,5 +221,15 @@ body, .lead, .small {
}

:root {
--plyr-color-main: #1ac266;
}
--plyr-color-main: #2491ff;
}

.plyr__controls {
background: #000 !important;
}

.plyr__control {
color: #fff !important;
}

.plyr--full-ui input[type=range] {}
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -196,5 +196,8 @@ <h2>Go OCO</h2>
<script>
</script>
<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script>
<script>
const player = new Plyr('#player');
</script>
</body>
</html>

0 comments on commit b8a82eb

Please sign in to comment.