From e10fb688d572afdc7aa4acbc786a383910162aad Mon Sep 17 00:00:00 2001 From: FireMasterK <20838718+FireMasterK@users.noreply.github.com> Date: Sat, 31 Jul 2021 15:09:21 +0530 Subject: [PATCH] Use YouTube's colors for captions. Closes #329 --- src/components/Player.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/Player.vue b/src/components/Player.vue index 07055064..2a1063e1 100644 --- a/src/components/Player.vue +++ b/src/components/Player.vue @@ -23,6 +23,11 @@ top: auto !important; left: auto !important; } + +.shaka-text-container * { + background-color: rgba(8, 8, 8, 0.75) !important; + color: white !important; +}