Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffisgonnabefriend43546453423 committed Sep 10, 2024
1 parent a2c9cc2 commit e761bbb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

/* Rest of your styles */
.game-button {
background-color: #696969; /* Slate Grey */
background-color: Black; /* Slate Grey */
border: #2F4F4F;
color: white;
padding: 15px 32px;
Expand All @@ -49,7 +49,7 @@
transition: background-color 0.3s ease; /* Smooth transition */
}
.game-button:hover {
background-color: #2F4F4F; /* Darker grey on hover */
background-color: #696969; /* Darker grey on hover */
}
p, h1, h2 {
color: white;
Expand All @@ -62,7 +62,7 @@
}

h5 {
size: 10px;
size: 28.5px;
}

}
Expand Down

0 comments on commit e761bbb

Please sign in to comment.