diff --git a/index.html b/index.html index 53b2a85..da63e13 100644 --- a/index.html +++ b/index.html @@ -205,7 +205,7 @@ Play - + diff --git a/styles.css b/styles.css index 06ed8e8..18ed0bd 100644 --- a/styles.css +++ b/styles.css @@ -2909,16 +2909,6 @@ input:checked + .slider::before { box-shadow: var(--shadow-sm); } -#play-playlist-btn { - background-color: var(--primary); - color: var(--primary-foreground); -} - -#download-playlist-btn { - background-color: var(--secondary); - color: var(--foreground); -} - #play-playlist-btn:hover, #download-playlist-btn:hover { transform: scale(1.05);