From 1e5d51f7c3e9b14f3f15daa51caa925d8f022621 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Fri, 18 Oct 2024 16:39:22 +0800 Subject: [PATCH] button hover color --- assets/css/hero.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index 6abaa41..63790bd 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -53,7 +53,7 @@ .hero-button:hover { background-color: white; /* color: #2ee797; */ - color: #c22a67; + color: #ff3988; opacity: 1; box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2); }