Skip to content

Commit

Permalink
set theme color to white
Browse files Browse the repository at this point in the history
  • Loading branch information
holkeri committed Mar 9, 2024
1 parent c9d828a commit 6bcee83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="theme-color" content="#ffffff" />
<meta
name="Piir"
content="An eccentric phrase generator"
Expand Down
1 change: 1 addition & 0 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
height: 100%;
user-select: none;
color: #000;
background-color: #fff;
}

.header {
Expand Down
1 change: 1 addition & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
html, body, #root {
height: 100%;
overflow: hidden;
background-color: #fff;
}

body {
Expand Down

0 comments on commit 6bcee83

Please sign in to comment.