When I add to cart from the home page the pop up is not very visible. Perhaps a white box around the text would make it much more clear.
You can try this rule:
.cart-action-complete { border: 2px solid #fff; border-radius: 5px; padding: 10px; }
and adjust value as you wish.