From 54999ce0cb4a874500e43fd240a4f27169ef6838 Mon Sep 17 00:00:00 2001 From: controlol Date: Fri, 29 Oct 2021 21:18:45 +0200 Subject: [PATCH] button hover is more subtle --- src/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.css b/src/index.css index 8ca2d57..af3f42c 100644 --- a/src/index.css +++ b/src/index.css @@ -14,7 +14,7 @@ html { --status-green: linear-gradient(#3bc322aa, #3c891c); --button-color: #eee; - --button-hover: #ddd; + --button-hover: #e4e4e4; scroll-behavior: smooth; display: none;