diff options
Diffstat (limited to 'src/sass/components/captions.scss')
-rw-r--r-- | src/sass/components/captions.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sass/components/captions.scss b/src/sass/components/captions.scss index 1cfca92e..b8e2d771 100644 --- a/src/sass/components/captions.scss +++ b/src/sass/components/captions.scss @@ -10,7 +10,7 @@ .plyr__captions { animation: plyr-fade-in 0.3s ease; bottom: 0; - color: $plyr-captions-color; + color: var(--plyr-captions-text-color); display: none; font-size: $plyr-font-size-captions-small; left: 0; @@ -21,7 +21,7 @@ width: 100%; .plyr__caption { - background: $plyr-captions-bg; + background: var(--plyr-captions-background); border-radius: 2px; box-decoration-break: clone; line-height: 185%; |