mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-16 22:34:39 -05:00
test
This commit is contained in:
parent
82b141717d
commit
1462834ad2
1 changed files with 9 additions and 1 deletions
|
@ -404,7 +404,15 @@ a[data-onclick="jump_to_time"] {
|
|||
<!-- player -->
|
||||
<link href="/css/videojs-v8.16.0.css?v=5949545" rel="stylesheet" />
|
||||
<script src="/static/vjs.min.js?v=45959"></script>
|
||||
|
||||
<style>
|
||||
.vjs-play-progress {
|
||||
background-image: linear-gradient(to right,
|
||||
#FF0000,
|
||||
#FF69B4,
|
||||
#FFC0CB
|
||||
);
|
||||
}
|
||||
</style>
|
||||
<!-- en_us -->
|
||||
<script src="/static/player-base.js?v=21&lang=en_us&set=player_ias.vflset"> </script>
|
||||
|
||||
|
|
Loading…
Reference in a new issue