From 46246abf8b9da682eb2473c84b670aa363371031 Mon Sep 17 00:00:00 2001 From: WombleWoo7547 <73031179+WombleWoo7547@users.noreply.github.com> Date: Mon, 17 Apr 2023 07:49:42 +0100 Subject: [PATCH] Add gradient to the background to add some color --- index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 {