diff --git a/index.css b/index.css index 2ae8443..bbf3b25 100644 --- a/index.css +++ b/index.css @@ -26,7 +26,7 @@ body { } .left { - background-color: black; + background: linear-gradient(to bottom, black, red, black); position: relative; width: 300px; left: 0; @@ -173,8 +173,8 @@ body { .playlist-header { -background: rgb(255,255,255); -background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); + background: rgb(255,255,255); + background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(119,119,119,1) 100%); } .playlist-content {