Skip to content

Commit

Permalink
Merge pull request #974 from 0xabdulkhalid/closes-issue-#963
Browse files Browse the repository at this point in the history
fix: invisible "game on" heading during theme toggle ⚒️✨
  • Loading branch information
panwar8279 authored Aug 7, 2023
2 parents e76a5bd + 57d502c commit 94e1098
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 @@ -702,3 +702,8 @@ input.search-input:hover {
color: #96969c !important;
}

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

0 comments on commit 94e1098

Please sign in to comment.