Skip to content

Commit

Permalink
recoloring
Browse files Browse the repository at this point in the history
  • Loading branch information
ariduino committed Jan 8, 2025
1 parent e91c74c commit ab4a8db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ <h1 class="logo">Badger Bets</h1>
<h2>Welcome to Badger Bets</h2>
<p>Your ultimate platform for managing and tracking rewards for the BadgerBots FRC Season!</p>
<div class="buttons">
<a href="./login" class="btn home-button">Login</a>
<a href="./signup" class="btn home-button">Sign Up</a>
<a href="./login" class="btn btn-login">Login</a>
<a href="./signup" class="btn btn-signup">Sign Up</a>
</div>
</div>
</section>
Expand Down
15 changes: 2 additions & 13 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -136,26 +136,15 @@ input:focus {
}

.btn-signup {
background-color: #FFD700;
color: #333;
border: 2px solid #FFD700;
border-radius: 5px;
}

.btn-signup:hover {
background-color: white;
color: #FFD700;
}

.home-button {
background-color: #B22222;
color: #333;
border: 2px solid #B22222;
border-radius: 5px;
}

.home-button:hover {
.btn-signup:hover {
background-color: white;
color: #B22222;
}

footer {
Expand Down

0 comments on commit ab4a8db

Please sign in to comment.