mirror of https://github.com/Chocobozzz/PeerTube
Fix background body color
parent
43c66a91df
commit
cdbfd2b003
|
@ -35,6 +35,7 @@ body {
|
|||
font-family: $main-fonts;
|
||||
font-weight: $font-regular;
|
||||
color: var(--mainForegroundColor);
|
||||
background-color: var(--mainBackgroundColor);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue