diff options
author | Chocobozzz <me@florianbigard.com> | 2019-11-29 14:23:28 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-11-29 14:23:28 +0100 |
commit | cdbfd2b00324705a172a1985b8da218f1a67fc7d (patch) | |
tree | 2cdba148f99ebc0f238914e2c0477dca200f86e3 /client/src/sass | |
parent | 43c66a91dfe5b8e101047b815ab2da8512a00904 (diff) | |
download | PeerTube-cdbfd2b00324705a172a1985b8da218f1a67fc7d.tar.gz PeerTube-cdbfd2b00324705a172a1985b8da218f1a67fc7d.tar.zst PeerTube-cdbfd2b00324705a172a1985b8da218f1a67fc7d.zip |
Fix background body color
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
35 | font-family: $main-fonts; | 35 | font-family: $main-fonts; |
36 | font-weight: $font-regular; | 36 | font-weight: $font-regular; |
37 | color: var(--mainForegroundColor); | 37 | color: var(--mainForegroundColor); |
38 | background-color: var(--mainBackgroundColor); | ||
38 | font-size: 14px; | 39 | font-size: 14px; |
39 | } | 40 | } |
40 | 41 | ||