body.native { background-color: transparent !important; } #ui, #lyrics-page, #lyrics-body { background-color: white !important; } body.navigation-body { background-color: rgba(255, 255, 255, .1) !important; border-right: 1px solid rgba(0, 0, 0, .1) !important; position: fixed; inset: 0; } #navigation-gradient { display: none !important; } @media (prefers-color-scheme: dark) { body, #player.bg-white { background-color: transparent !important; } body.navigation-body { background-color: rgba(0, 0, 0, .1) !important; border-right: 1px solid rgba(255, 255, 255, .1) !important; position: fixed; inset: 0; } #navigation-gradient { display: none !important; } }