Skip to content

Commit 5de6b33

Browse files
Update index.html
1 parent 0d3fe69 commit 5de6b33

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,16 +274,16 @@ <h3>Summer Slams DSA25</h3>
274274
display: inline-block;
275275
margin-top: 0.8rem;
276276
padding: 0.6rem 1.2rem;
277-
background-color: #ff5722;
278-
color: white;
277+
background-color: #00FFD1;
278+
color: black;
279279
text-decoration: none;
280280
border-radius: 6px;
281281
font-weight: bold;
282282
transition: background-color 0.3s;
283283
}
284284

285285
.register-button:hover {
286-
background-color: #e64a19;
286+
background-color: #00FFD1;
287287
}</style>
288288

289289
<section id="team">

0 commit comments

Comments
 (0)