From 6c39007691232518e268d1029dc32646974bc9ca Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Tue, 18 May 2021 12:01:55 +0300 Subject: [PATCH] added custom scrollbar color --- static/style.css.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/style.css.h b/static/style.css.h index 23de8e9..dfa45c1 100644 --- a/static/style.css.h +++ b/static/style.css.h @@ -55,6 +55,9 @@ html { min-height: 100%; + overflow-y: scroll; + scrollbar-color: C_LGREEN C_DLINK; + scrollbar-width: auto; } body {