Merge pull request #696 from mstock/cowebsite-background-color
Improve display of websites not specifying background color
This commit is contained in:
Vendored
+1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user