Cleanup SASS imports
[oweals/peertube.git] / client / src / sass / player / peertube-skin.scss
index 996024adeb7f6d20cba4ba670972b63e442845d1..1a5144b1190453427636fb46e243f3d3c8071bbd 100644 (file)
@@ -2,6 +2,12 @@
 @import '_mixins';
 @import './_player-variables';
 
+body {
+  --embedForegroundColor: #{$primary-foreground-color};
+
+  --embedBigPlayBackgroundColor: #{$primary-background-color};
+}
+
 @mixin big-play-button-triangle-size($triangle-size) {
   width: $triangle-size;
   height: $triangle-size;