Fix background body color
[oweals/peertube.git] / client / src / sass / application.scss
index c64a8ebf8b788ee30245c72ac004716e58c2491c..5386e3bb30f369a7603e42ffbcee98b01276309b 100644 (file)
@@ -1,5 +1,4 @@
 $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
-@import '_bootstrap';
 
 @import '_variables';
 @import '_mixins';
@@ -36,6 +35,7 @@ body {
   font-family: $main-fonts;
   font-weight: $font-regular;
   color: var(--mainForegroundColor);
+  background-color: var(--mainBackgroundColor);
   font-size: 14px;
 }