Merge pull request #696 from mstock/cowebsite-background-color

Improve display of websites not specifying background color
This commit is contained in:
David Négrier 2021-02-02 12:07:34 +01:00 committed by GitHub
commit 6665317f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -352,6 +352,7 @@ body {
#cowebsite {
position: fixed;
transition: transform 0.5s;
background-color: white;
}
#cowebsite.loading {
background-color: gray;