summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorOmar Roth <omarroth@protonmail.com>2019-06-16 09:41:33 -0500
committerOmar Roth <omarroth@protonmail.com>2019-06-16 09:41:33 -0500
commit485459b8b24fd3fd11f8d8c28d846eb6fd3636fe (patch)
treec4241904dd073a1eeb0bb800a0b955d655475a1f /src
parentfcf377d26b3e54c9b5f72d0a3c497d9504259f56 (diff)
downloadinvidious-485459b8b24fd3fd11f8d8c28d846eb6fd3636fe.tar.gz
invidious-485459b8b24fd3fd11f8d8c28d846eb6fd3636fe.tar.bz2
invidious-485459b8b24fd3fd11f8d8c28d846eb6fd3636fe.zip
Add clickable title for embedded videos
Diffstat (limited to 'src')
-rw-r--r--src/invidious/views/embed.ecr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/invidious/views/embed.ecr b/src/invidious/views/embed.ecr
index 8b0e6dbd..9a8a3262 100644
--- a/src/invidious/views/embed.ecr
+++ b/src/invidious/views/embed.ecr
@@ -9,6 +9,7 @@
<link rel="stylesheet" href="/css/videojs-overlay.css?v=<%= ASSET_COMMIT %>">
<script src="/js/videojs-overlay.min.js?v=<%= ASSET_COMMIT %>"></script>
<link rel="stylesheet" href="/css/default.css?v=<%= ASSET_COMMIT %>">
+ <link rel="stylesheet" href="/css/darktheme.css?v=<%= ASSET_COMMIT %>">
<title><%= HTML.escape(video.title) %> - Invidious</title>
<style>
#player {