From 9eef77903ad6c1756d32f7e4d369b2e385fbe0e1 Mon Sep 17 00:00:00 2001
From: ltGuillaume <ltguillaume@users.noreply.github.com>
Date: Tue, 28 Feb 2023 15:40:01 +0000
Subject: [PATCH] Use scroll thumb color "relative" to the background color, so that it will work better if the background color is customized.

---
 assets/sass/_variables.sass |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/assets/sass/_variables.sass b/assets/sass/_variables.sass
index c706da1..a512af9 100644
--- a/assets/sass/_variables.sass
+++ b/assets/sass/_variables.sass
@@ -14,7 +14,7 @@
   --inline-color: darkgoldenrod
   --theme: rgb(52,199,89)
   --ease: ease
-  --scroll-thumb: #e8e8e8
+  --scroll-thumb: rgba(0,0,0,.06)
   --search-border-color: transparent
   --next-icon-path: url(../images/icons/double-arrow.svg)
   --never-icon-path: url(../images/sitting.svg)
@@ -27,7 +27,7 @@
     --accent: var(--bubble)
     --overlay: var(--bubble)
     --border-color: transparent
-    --scroll-thumb: #2a2a2c
+    --scroll-thumb: rgba(255,255,255,.06)
     --search-bg: var(--accent)
     --search-border-color: var(--accent)
     *

--
Gitblit v1.10.0