From 569ad2854da683a935eb77a9dd0e5c75130d3dd7 Mon Sep 17 00:00:00 2001 From: Helldragon67 Date: Sat, 19 Oct 2024 18:27:38 +0800 Subject: [PATCH] hero for mobile --- assets/css/hero.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/hero.css b/assets/css/hero.css index ac8188f..aca5069 100644 --- a/assets/css/hero.css +++ b/assets/css/hero.css @@ -56,7 +56,9 @@ .hero-button:hover { background-color: #E72E77; + opacity: 1; color: white; + box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3); } /* Screenshots styling */ @@ -106,7 +108,6 @@ background-color: white; /* color: #2ee797; */ color: #ff3988; - opacity: 1; box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3); }