Fix background body color
[oweals/peertube.git] / client / src / sass / application.scss
index 4fa72232712441172142a999fad5b0973866375e..5386e3bb30f369a7603e42ffbcee98b01276309b 100644 (file)
@@ -35,6 +35,7 @@ body {
   font-family: $main-fonts;
   font-weight: $font-regular;
   color: var(--mainForegroundColor);
+  background-color: var(--mainBackgroundColor);
   font-size: 14px;
 }