Skip to content

Commit

Permalink
Merge pull request #6 from donat-konan33/yellow-letter
Browse files Browse the repository at this point in the history
Change letter grid background-color to yellow
  • Loading branch information
ONOKANA8 authored Dec 17, 2024
2 parents 281a998 + 16ebe7b commit 7f82292
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ body {
width: 24px;
display: inline-block;
text-align: center;
background-color: #333;
color: #eee;
background-color: #FFEB3B;
color: #666;
}
#form, #results {
margin: 1em 0;
Expand Down

0 comments on commit 7f82292

Please sign in to comment.