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

This commit is contained in:
Helldragon67 2024-10-17 17:21:25 +08:00
parent 88d39affe6
commit 0710b08f44

View File

@ -40,9 +40,8 @@
background-color: white; background-color: white;
color: #E72E77; color: #E72E77;
padding: 15px 30px; padding: 15px 30px;
border: 3px; border: 3px solid white;
border-radius: 5px; border-radius: 5px;
border-color: white;
font-size: 1.4rem; font-size: 1.4rem;
font-weight: bold; font-weight: bold;
cursor: pointer; cursor: pointer;
@ -53,9 +52,6 @@
.hero-button:hover { .hero-button:hover {
background-color: #F9B208; background-color: #F9B208;
border: 3px;
border-radius: 5px;
border-color: white;
} }
.hero-screenshots { .hero-screenshots {