From cd142175bec23e6a2f75303527a213cdfce45d63 Mon Sep 17 00:00:00 2001 From: zoe Date: Mon, 24 Jan 2022 13:45:24 +0100 Subject: [PATCH] change scrollbar color --- static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/style.css b/static/style.css index 521be36..1779eb3 100644 --- a/static/style.css +++ b/static/style.css @@ -7,6 +7,7 @@ body { size: 100%; height: 100%; color: floralwhite; + scrollbar-color: #080808 floralwhite; } #main {