We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d3fe69 commit 5de6b33Copy full SHA for 5de6b33
1 file changed
index.html
@@ -274,16 +274,16 @@ <h3>Summer Slams DSA25</h3>
274
display: inline-block;
275
margin-top: 0.8rem;
276
padding: 0.6rem 1.2rem;
277
- background-color: #ff5722;
278
- color: white;
+ background-color: #00FFD1;
+ color: black;
279
text-decoration: none;
280
border-radius: 6px;
281
font-weight: bold;
282
transition: background-color 0.3s;
283
}
284
285
.register-button:hover {
286
- background-color: #e64a19;
287
}</style>
288
289
<section id="team">
0 commit comments