From 9d64552cc1a7a45f03bb457c226c0e3f8639fd10 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Fri, 15 Apr 2022 16:04:01 -0400 Subject: close #749, close #740, close #718, close #716, close #712, close #681, close #677, close #643, close #601 --- static/style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/style.css b/static/style.css index fd368cb..d7e6ab1 100644 --- a/static/style.css +++ b/static/style.css @@ -5,9 +5,18 @@ body { margin: auto ; padding: 0 16px ; margin-bottom: 500px ; - font-family: sans-serif ; + scrollbar-color: gray #151515; } +::-webkit-scrollbar { + width: .66vw; + background-color: #151515; +} +::-webkit-scrollbar-thumb { + background-color: gray; + border-radius: 5px; +}font-family: sans-serif ; + a { color: lightblue ; } -- cgit v1.2.3