add css custom properties for the left menu
[oweals/peertube.git] / client / src / sass / application.scss
index 8d2bfb0776353154b343beab3c9afe7fab459d89..caf039b6d4feaaa80e5f910514068b6e7b3235f9 100644 (file)
@@ -26,6 +26,8 @@ body {
   --mainHoverColor: #{$orange-hoover-color};
   --mainBackgroundColor: #{$bg-color};
   --mainForegroundColor: #{$fg-color};
+  --menuBackgroundColor: #{$menu-background};
+  --menuForegroundColor: #{$menu-color};
   --submenuColor: #{$sub-menu-color};
   --inputColor: #{$input-background-color};
   --inputPlaceholderColor: #{$input-placeholder-color};