From e8fdba132bfde4f61e5c541e7504a24bbe184014 Mon Sep 17 00:00:00 2001 From: Peter Cai Date: Sat, 11 Apr 2020 09:15:53 +0800 Subject: [PATCH] theme: style scrollbar --- theme/default/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/theme/default/static/style.css b/theme/default/static/style.css index 72fc39d..2593215 100644 --- a/theme/default/static/style.css +++ b/theme/default/static/style.css @@ -8,6 +8,8 @@ html, body { font-size: 18px; text-shadow: 0 0 3px #dddddd; color: rgb(100, 100, 100); + scrollbar-color: #E91E63 #00000000; + scrollbar-width: thin; } html {