From 765aeb6c117ef4a829985c45d095714eaa4ab5e6 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Thu, 8 Jul 2021 02:53:18 +0200 Subject: [PATCH] Update css --- webmusic.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webmusic.css b/webmusic.css index 88bd1b0..54f9eb9 100644 --- a/webmusic.css +++ b/webmusic.css @@ -79,7 +79,7 @@ li { /* Works on Firefox */ * { scrollbar-width: thin; - scrollbar-color: #161616 grey; + scrollbar-color: grey #161616; } /* Works on Chrome, Edge, and Safari */ @@ -104,4 +104,4 @@ li { ::selection { color: #161616; background: #d8c18c; -} \ No newline at end of file +}