Fix background body color

pull/2301/head
Chocobozzz 2019-11-29 14:23:28 +01:00
parent 43c66a91df
commit cdbfd2b003
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ body {
font-family: $main-fonts;
font-weight: $font-regular;
color: var(--mainForegroundColor);
background-color: var(--mainBackgroundColor);
font-size: 14px;
}