hero for mobile
All checks were successful
Deploy Theme / deploy (push) Successful in 8s

This commit is contained in:
Helldragon67 2024-10-19 18:27:38 +08:00
parent d6ca0ddc6a
commit 569ad2854d

View File

@ -56,7 +56,9 @@
.hero-button:hover { .hero-button:hover {
background-color: #E72E77; background-color: #E72E77;
opacity: 1;
color: white; color: white;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
} }
/* Screenshots styling */ /* Screenshots styling */
@ -106,7 +108,6 @@
background-color: white; background-color: white;
/* color: #2ee797; */ /* color: #2ee797; */
color: #ff3988; color: #ff3988;
opacity: 1;
box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3); box-shadow: 0 0px 16px rgba(0, 0, 0, 0.3);
} }