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 +}