From da7fa5c78d3aeed00494656dc34f71975f6a903b Mon Sep 17 00:00:00 2001 From: zepp Date: Fri, 13 Dec 2024 16:40:47 -0500 Subject: [PATCH] styling scrollbars --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index f669019..9ba5ea7 100644 --- a/style/style.css +++ b/style/style.css @@ -41,7 +41,7 @@ main { width: 60vw; overflow: auto; scrollbar-width: thin; - scrollbar-color: #ffcab0 rgba(0, 0, 0, 0.1); + scrollbar-color: #588c7388 #65eeb788; grid-column: 2/3; grid-row: 2/3; }