diff options
Diffstat (limited to 'client/src/sass/player/peertube-skin.scss')
-rw-r--r-- | client/src/sass/player/peertube-skin.scss | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/client/src/sass/player/peertube-skin.scss b/client/src/sass/player/peertube-skin.scss index 836be23cc..92923a129 100644 --- a/client/src/sass/player/peertube-skin.scss +++ b/client/src/sass/player/peertube-skin.scss | |||
@@ -17,7 +17,7 @@ body { | |||
17 | 17 | ||
18 | .video-js.vjs-peertube-skin { | 18 | .video-js.vjs-peertube-skin { |
19 | font-size: $font-size; | 19 | font-size: $font-size; |
20 | color: var(--embedForegroundColor); | 20 | color: pvar(--embedForegroundColor); |
21 | 21 | ||
22 | .vjs-dock-text { | 22 | .vjs-dock-text { |
23 | padding-right: 10px; | 23 | padding-right: 10px; |
@@ -132,7 +132,7 @@ body { | |||
132 | .vjs-control-bar, | 132 | .vjs-control-bar, |
133 | .vjs-big-play-button, | 133 | .vjs-big-play-button, |
134 | .vjs-settings-dialog { | 134 | .vjs-settings-dialog { |
135 | background-color: var(--embedBigPlayBackgroundColor); | 135 | background-color: pvar(--embedBigPlayBackgroundColor); |
136 | } | 136 | } |
137 | 137 | ||
138 | .vjs-poster { | 138 | .vjs-poster { |
@@ -157,7 +157,7 @@ body { | |||
157 | .vjs-theater-control, | 157 | .vjs-theater-control, |
158 | .vjs-settings | 158 | .vjs-settings |
159 | { | 159 | { |
160 | color: var(--embedForegroundColor) !important; | 160 | color: pvar(--embedForegroundColor) !important; |
161 | 161 | ||
162 | opacity: $primary-foreground-opacity; | 162 | opacity: $primary-foreground-opacity; |
163 | transition: opacity .1s; | 163 | transition: opacity .1s; |
@@ -170,7 +170,7 @@ body { | |||
170 | .vjs-current-time, | 170 | .vjs-current-time, |
171 | .vjs-duration, | 171 | .vjs-duration, |
172 | .vjs-peertube { | 172 | .vjs-peertube { |
173 | color: var(--embedForegroundColor); | 173 | color: pvar(--embedForegroundColor); |
174 | opacity: $primary-foreground-opacity; | 174 | opacity: $primary-foreground-opacity; |
175 | } | 175 | } |
176 | 176 | ||
@@ -190,7 +190,7 @@ body { | |||
190 | transition: none; | 190 | transition: none; |
191 | 191 | ||
192 | .vjs-play-progress { | 192 | .vjs-play-progress { |
193 | background: var(--embedForegroundColor); | 193 | background: pvar(--embedForegroundColor); |
194 | 194 | ||
195 | // Not display the circle if the progress is not hovered | 195 | // Not display the circle if the progress is not hovered |
196 | &::before { | 196 | &::before { |