From c2fc12fa898b8e1febeb338522942cf81713d448 Mon Sep 17 00:00:00 2001 From: Ram Chaudhary <73242657+ramchaudhary2000@users.noreply.github.com> Date: Thu, 22 Oct 2020 11:39:42 +0530 Subject: [PATCH] Increased border shadow --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index e389f74..3861f8f 100644 --- a/style.css +++ b/style.css @@ -131,7 +131,7 @@ input[type="range"]::-webkit-slider-thumb { cursor: pointer; -webkit-appearance: none; margin-top: -1px; - box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); } + box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); } input[type="range"]::-moz-range-track { width: 100%;