From 0191e4216aba64aa5da456da8f73dc0d0607f946 Mon Sep 17 00:00:00 2001 From: les Date: Sat, 27 Feb 2021 00:51:55 +0100 Subject: [PATCH] scrollbar color --- assets/style.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/style.less b/assets/style.less index 00dd8007..dbc36b8c 100644 --- a/assets/style.less +++ b/assets/style.less @@ -1,7 +1,8 @@ html, body { scrollbar-width: thin; - scrollbar-color: orange; overflow: auto !important; + scrollbar-color: #555 #111; + font-family: sans-serif; } li {