Same issue. The button showed up with the Xbox green color on mobile. I’m using the blue, so I manually styled over it with:
#infinite-handle span {
background: #1e73be;
background-color: #1e73be;
}
#infinite-handle span:hover {
background-color: #3b90db;
}
EDIT: Also, I’m pretty sure it comes from Jetpack Infinite Scroll, because that’s what I’m using.