Skip to content

Commit

Permalink
fix: invisible "game on" heading during theme toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
0xabdulkhaliq authored Aug 7, 2023
1 parent 4a5346f commit 57d502c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Homepage/Homepage/Homepage.css
Original file line number Diff line number Diff line change
Expand Up @@ -705,3 +705,8 @@ input.search-input:hover {
color: #96969c !important;
}

.header_homepage h1 {
font-size: 3.5rem;
width: 100%;
color: white;
}

0 comments on commit 57d502c

Please sign in to comment.