diff --git a/index.html b/index.html index 827e1c8..07406ad 100644 --- a/index.html +++ b/index.html @@ -30,8 +30,8 @@

Badger Bets

Welcome to Badger Bets

Your ultimate platform for managing and tracking rewards for the BadgerBots FRC Season!

- Login - Sign Up + Login + Sign Up
diff --git a/styles.css b/styles.css index 7449f6f..a9d5ca5 100644 --- a/styles.css +++ b/styles.css @@ -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 {