From: Chocobozzz Date: Fri, 29 Nov 2019 13:23:28 +0000 (+0100) Subject: Fix background body color X-Git-Tag: v2.1.0-rc.1~288 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=cdbfd2b00324705a172a1985b8da218f1a67fc7d;p=oweals%2Fpeertube.git Fix background body color --- diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 4fa722327..5386e3bb3 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss @@ -35,6 +35,7 @@ body { font-family: $main-fonts; font-weight: $font-regular; color: var(--mainForegroundColor); + background-color: var(--mainBackgroundColor); font-size: 14px; }