From 7348360fead15f85f368d4d4d248e41aa4a2f4f2 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 22 Jan 2023 10:40:54 +1100 Subject: Add help content Change 'and onwards' symbol in timeline position label Set scrollbar color --- src/index.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index e0545a1..92325b4 100644 --- a/src/index.css +++ b/src/index.css @@ -77,3 +77,13 @@ body { a { @apply hover:underline hover:cursor-pointer; } +::-webkit-scrollbar { + background-color: #1c1917; + width: 12px; + height: 12px; +} +::-webkit-scrollbar-thumb { + background: #ca8a04; + border-radius: 5px; + border: 3px solid #1c1917; +} -- cgit v1.2.3