diff options
author | Sam Potts <sam@potts.es> | 2019-04-11 20:50:20 +1000 |
---|---|---|
committer | Sam Potts <sam@potts.es> | 2019-04-11 20:50:20 +1000 |
commit | 996075decc6e8c0f0c5059dccea21b16020eb78b (patch) | |
tree | c9267d76fd974d5f3e1d5eb256742bb5b18830ff /demo/index.html | |
parent | 848e7988099626be0c86154a5a01f140d663e2e8 (diff) | |
download | plyr-996075decc6e8c0f0c5059dccea21b16020eb78b.tar.lz plyr-996075decc6e8c0f0c5059dccea21b16020eb78b.tar.xz plyr-996075decc6e8c0f0c5059dccea21b16020eb78b.zip |
More work on variable usage
Diffstat (limited to 'demo/index.html')
-rw-r--r-- | demo/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demo/index.html b/demo/index.html index 19fb9c7b..d9043dc7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -124,9 +124,9 @@ </span> </div> </header> - <main> - <div id="container" style="--plyr-color-main: #e00202"> + <!-- style="--plyr-color-main: #47bb4d; --plyr-video-control-bg-hover: var(--plyr-color-main); " --> + <div id="container"> <video controls crossorigin |