From b22c253ba33fce33728ca98eb00e5d987870d2fc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:48:03 +0200 Subject: [PATCH] Lighter slider thumb --- homepage/static/dark-style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 31ca29f..3db0377 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -481,7 +481,7 @@ button:hover { width: 25px; height: 25px; border-radius: 50%; - background: #9b9b9b; + background: #f5f5f5; cursor: pointer; } @@ -489,7 +489,7 @@ button:hover { width: 25px; height: 25px; border-radius: 50%; - background: #9b9b9b; + background: #f5f5f5; cursor: pointer; }