mirror of
https://gitea.invidious.io/iv-org/invidious-copy-2022-03-16.git
synced 2024-08-15 00:53:18 +00:00
de777907f2
Themes are now controlled with a class on the body element. If a preference is set the body element will have either "dark-theme" or "light-theme" class. If no preference is set or the preference is empty the class will be "no-theme". "dark-theme" and "light-theme" are handled by darktheme.css and lighttheme.css respectively. "no-theme" is handled by default.css where depending on the value of "prefers-color-scheme" the styles corresponding to "dark-theme" or "light-theme" are applied. Unfortunately this means that both themes are duplicated, once in the theme .css and once in default.css. |
||
---|---|---|
.. | ||
community.js | ||
embed.js | ||
global.js | ||
handlers.js | ||
notifications.js | ||
player.js | ||
playlist_widget.js | ||
silvermine-videojs-quality-selector.min.js | ||
sse.js | ||
subscribe_widget.js | ||
themes.js | ||
video.min.js | ||
videojs-contrib-quality-levels.min.js | ||
videojs-http-source-selector.min.js | ||
videojs-markers.min.js | ||
videojs-overlay.min.js | ||
videojs-share.min.js | ||
videojs-vtt-thumbnails.min.js | ||
videojs-youtube-annotations.min.js | ||
watch.js | ||
watched_widget.js |