From 8dee92bd049e4db181e63f08bd43d1d34e6b3f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Mon, 18 Feb 2019 13:54:25 -0500 Subject: [PATCH] Reduce shadow on scroll-down button --- client/css/style.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/css/style.css b/client/css/style.css index 918c811d..60c480f0 100644 --- a/client/css/style.css +++ b/client/css/style.css @@ -1121,9 +1121,7 @@ background on hover (unless active) */ border: 2px solid var(--button-color); text-align: center; transition: background 0.2s, color 0.2s; - box-shadow: - 0 3px 5px -1px rgba(0, 0, 0, 0.2), - 0 6px 10px 0 rgba(0, 0, 0, 0.14); + box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.15); } .scroll-down:hover .scroll-down-arrow {