/* BACKGROUND BLEED FIX */ body.is-home-mode #viewer .slide { opacity: 0 !important; } body.is-home-mode #viewer { background-color: #f0f0f0; transition: background-color 0.8s ease; }