From f0d2a9955706029681ea06270fae6960677f5409 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 22 Jun 2024 16:46:36 +0200 Subject: [PATCH] Slide thumb grey --- homepage/static/dark-style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homepage/static/dark-style.css b/homepage/static/dark-style.css index 14d3dd9..31ca29f 100644 --- a/homepage/static/dark-style.css +++ b/homepage/static/dark-style.css @@ -1,3 +1,4 @@ + @font-face { font-family: 'Roboto Flex' ; src: url('static/RobotoFlex-Regular.ttf') format('truetype'); @@ -480,7 +481,7 @@ button:hover { width: 25px; height: 25px; border-radius: 50%; - background: #04AA6D; + background: #9b9b9b; cursor: pointer; } @@ -488,7 +489,7 @@ button:hover { width: 25px; height: 25px; border-radius: 50%; - background: #04AA6D; + background: #9b9b9b; cursor: pointer; }