diff options
author | Chocobozzz <me@florianbigard.com> | 2019-06-11 15:59:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-06-11 16:05:03 +0200 |
commit | 5efab5467cacb4cce584e2d36e4133a701d8c983 (patch) | |
tree | f0f2289e2e88df598404b115c719ac05f3e2e170 /client/src/sass/player/context-menu.scss | |
parent | 0ba5f5baade94a051710d9d9d408ac8083c14ac6 (diff) | |
download | PeerTube-5efab5467cacb4cce584e2d36e4133a701d8c983.tar.gz PeerTube-5efab5467cacb4cce584e2d36e4133a701d8c983.tar.zst PeerTube-5efab5467cacb4cce584e2d36e4133a701d8c983.zip |
Add more embed parameters
Diffstat (limited to 'client/src/sass/player/context-menu.scss')
-rw-r--r-- | client/src/sass/player/context-menu.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/sass/player/context-menu.scss b/client/src/sass/player/context-menu.scss index 71d6d1b1d..eeab0ccdf 100644 --- a/client/src/sass/player/context-menu.scss +++ b/client/src/sass/player/context-menu.scss | |||
@@ -14,7 +14,7 @@ $context-menu-width: 350px; | |||
14 | 14 | ||
15 | .vjs-menu-content { | 15 | .vjs-menu-content { |
16 | opacity: $primary-foreground-opacity; | 16 | opacity: $primary-foreground-opacity; |
17 | color: $primary-foreground-color; | 17 | color: var(--embedForegroundCsolor); |
18 | font-size: $font-size !important; | 18 | font-size: $font-size !important; |
19 | font-weight: $font-semibold; | 19 | font-weight: $font-semibold; |
20 | } | 20 | } |
@@ -30,4 +30,4 @@ $context-menu-width: 350px; | |||
30 | background-color: rgba(255, 255, 255, 0.2); | 30 | background-color: rgba(255, 255, 255, 0.2); |
31 | } | 31 | } |
32 | } | 32 | } |
33 | } \ No newline at end of file | 33 | } |