button hover color
All checks were successful
Deploy Theme / deploy (push) Successful in 9s

This commit is contained in:
Helldragon67 2024-10-18 16:39:22 +08:00
parent 6c9acd42c5
commit 1e5d51f7c3

View File

@ -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);
}