From fff151f07ec7c04f807d706005d8a7448aa215b7 Mon Sep 17 00:00:00 2001 From: Maciej Witowski Date: Mon, 22 May 2023 17:16:30 +0200 Subject: [PATCH] Fix button color so it doesn't look disabled when hovering over --- cmd/lotus-fountain/site/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-fountain/site/main.css b/cmd/lotus-fountain/site/main.css index e2670d123..a1d3070c2 100644 --- a/cmd/lotus-fountain/site/main.css +++ b/cmd/lotus-fountain/site/main.css @@ -66,7 +66,7 @@ button { } button:hover { - background-color: #555; + background-color: #4c7eff; } a:link {