From 4ae6e2614bf61884aee70f5db886ed24cefd5a67 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Thu, 25 Jan 2024 22:56:30 -0600 Subject: [PATCH] Better color on music bars --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index a7a95a4..1250a20 100644 --- a/static/style.css +++ b/static/style.css @@ -285,7 +285,7 @@ hr { margin: 0; padding: 0; width: 100%; - background-color: white; + background-color: rgb(200, 200, 230); height: 20px; display: inline-block; position: relative;