Allow background color to be specified

This commit is contained in:
Max Goodhart
2020-06-22 17:14:07 -07:00
parent 6119f52c23
commit 465254b869
3 changed files with 13 additions and 6 deletions

View File

@@ -12,11 +12,11 @@ const VIDEO_OVERRIDE_STYLE = `
}
html, body, video {
display: block !important;
background: black !important;
background: transparent !important;
}
html, body {
overflow: hidden !important;
background: black !important;
background: transparent !important;
}
video, iframe.__video__ {
display: block !important;