better button

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

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