diff --git a/styles.css b/styles.css index 37c853e..1e7639d 100644 --- a/styles.css +++ b/styles.css @@ -1575,7 +1575,6 @@ input:checked + .slider::before { position: relative; font-size: 0.8rem; font-weight: bold; - color: var(--foreground); transition: all var(--transition); } @@ -2687,8 +2686,7 @@ input:checked + .slider::before { } .player-controls .buttons { - gap: var(--spacing-sm); - margin-bottom: var(--spacing-xs); + gap: var(--spacing-md); } .player-controls .buttons button { @@ -2715,17 +2713,6 @@ input:checked + .slider::before { display: flex; } - .volume-controls button { - padding: 0.375rem; - min-width: 32px; - min-height: 32px; - } - - .volume-controls button svg { - width: 18px; - height: 18px; - } - #download-notifications { bottom: 10px; right: 10px;