From b56e50c5a76a9c268fbb79e43bafe798815a6227 Mon Sep 17 00:00:00 2001 From: Terry Truong Date: Sun, 10 Jul 2022 15:39:50 +1000 Subject: Add scrollbar colors --- 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 7c01490..3330a37 100644 --- a/src/index.css +++ b/src/index.css @@ -13,6 +13,16 @@ body { a { @apply hover:underline hover:cursor-pointer; } +::-webkit-scrollbar { + background-color: #1c1917; + width: 12px; + height: 12px; +} +::-webkit-scrollbar-thumb { + background: #65a30d; + border-radius: 5px; + border: 3px solid #1c1917; +} /* For transitions/animations */ .fade-enter-from, .fade-leave-to { -- cgit v1.2.3