Merge pull request #696 from mstock/cowebsite-background-color
Improve display of websites not specifying background color
This commit is contained in:
commit
6665317f63
1
front/dist/resources/style/style.css
vendored
1
front/dist/resources/style/style.css
vendored
@ -352,6 +352,7 @@ body {
|
|||||||
#cowebsite {
|
#cowebsite {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
transition: transform 0.5s;
|
transition: transform 0.5s;
|
||||||
|
background-color: white;
|
||||||
}
|
}
|
||||||
#cowebsite.loading {
|
#cowebsite.loading {
|
||||||
background-color: gray;
|
background-color: gray;
|
||||||
|
Loading…
Reference in New Issue
Block a user