dark-background-light-text-extension
dark-background-light-text-extension copied to clipboard
Fullscreen videos which doesn't fit screen should have black placeholders, not configured background color
:fullscreen {
background-color: black !important;
}
should fix an issue, however, :fullscreen
selector doesn't work unless full-screen-api.unprefix.enabled
is enabled which is not by default.