From 9b7b4aba501ee805cb0fe78eee91641012885cee Mon Sep 17 00:00:00 2001 From: Polianin Nikita Date: Fri, 23 Aug 2024 23:57:54 +0300 Subject: [PATCH] feat: add scroll style --- src/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles.css b/src/styles.css index e5ab3f1..2e52d46 100644 --- a/src/styles.css +++ b/src/styles.css @@ -1,6 +1,8 @@ html, body { height: 100%; background-color: #1A2026 !important; + scrollbar-color: #35D073 #231F20 !important; + scrollbar-width: thin !important; } body {