Skip to content

Commit 5d6c50e

Browse files
committed
fix: Background colour
1 parent 226dbfb commit 5d6c50e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<meta charset="utf-8" />
55
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
7-
<meta name="theme-color" content="#000000" />
7+
<meta name="theme-color" content="#FAF9F6" />
88
<meta
99
name="description"
10-
content="Web site created using create-react-app"
10+
content="Personal Portfolio website, coded by me :]"
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1313
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />

0 commit comments

Comments
 (0)