Skip to content

Commit

Permalink
fix: master typing ui
Browse files Browse the repository at this point in the history
  • Loading branch information
anisharma07 committed Jun 17, 2024
1 parent 5d5dbc4 commit 7a0d442
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Games/Master_Typing/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ body {
text-align: center;
cursor: pointer;
margin-bottom: 20px;
color: white;
}
.Back-button:hover {
transform: scale(1.05);
Expand Down Expand Up @@ -81,7 +82,7 @@ body {

.menu {
/* background-color: white; */
color: #4c4c4c;
color: #181818;
padding: 10px;
cursor: pointer;
/* border: 2px solid #202639;
Expand Down

0 comments on commit 7a0d442

Please sign in to comment.